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