t

txt2html-core

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