Dependency Information
Apache Maven
<dependency> <groupId>com.github.nkutsche</groupId> <artifactId>xsd2svg</artifactId> <version>1.1.1</version> </dependency>
Apache Buildr
'com.github.nkutsche:xsd2svg:jar:1.1.1'
Apache Ivy
<dependency org="com.github.nkutsche" name="xsd2svg" rev="1.1.1"> <artifact name="xsd2svg" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='com.github.nkutsche', module='xsd2svg', version='1.1.1') )
Gradle/Grails
compile 'com.github.nkutsche:xsd2svg:1.1.1'
Scala SBT
libraryDependencies += "com.github.nkutsche" % "xsd2svg" % "1.1.1"
Leiningen
[com.github.nkutsche/xsd2svg "1.1.1"]