t

txt2html-antlib

Files download
File Operation
txt2html-antlib-1.0.0.jar download
txt2html-antlib-1.0.0.pom download
txt2html-antlib-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>de.unkrig.txt2html</groupId>
  <artifactId>txt2html-antlib</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'de.unkrig.txt2html:txt2html-antlib:1.0.0'
Gradle Kotlin
implementation("de.unkrig.txt2html:txt2html-antlib:1.0.0")
Scala SBT
libraryDependencies += "de.unkrig.txt2html" % "txt2html-antlib" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='de.unkrig.txt2html', module='txt2html-antlib', version='1.0.0')
)
Apache Ivy
<dependency org="de.unkrig.txt2html" name="txt2html-antlib" rev="1.0.0" />
Leiningen
[de.unkrig.txt2html/txt2html-antlib "1.0.0"]
Apache Buildr
'de.unkrig.txt2html:txt2html-antlib:jar:1.0.0'