t

txt2html-parent

Converts text to an HTML document.
https://github.com/aunkrig/txt2html
New BSD License
Arno Unkrig
Files download
File Operation
txt2html-parent-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>de.unkrig.txt2html</groupId>
  <artifactId>txt2html-parent</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.unkrig.txt2html:txt2html-parent:1.0.0'
Gradle Kotlin
implementation("de.unkrig.txt2html:txt2html-parent:1.0.0")
Scala SBT
libraryDependencies += "de.unkrig.txt2html" % "txt2html-parent" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='de.unkrig.txt2html', module='txt2html-parent', version='1.0.0')
)
Apache Ivy
<dependency org="de.unkrig.txt2html" name="txt2html-parent" rev="1.0.0" />
Leiningen
[de.unkrig.txt2html/txt2html-parent "1.0.0"]
Apache Buildr
'de.unkrig.txt2html:txt2html-parent:jar:1.0.0'
Dependencies