j

jatex

A library for writing LaTeX from within Java.
${uhoefel.git.url}${project.name}
MIT License
Udo Höfel
Files download
File Operation
jatex-1.3.3.jar download
jatex-1.3.3.pom download
jatex-1.3.3-sources.jar download
Apache Maven
<dependency>
  <groupId>eu.hoefel</groupId>
  <artifactId>jatex</artifactId>
  <version>1.3.3</version>
</dependency>
Gradle Groovy
implementation 'eu.hoefel:jatex:1.3.3'
Gradle Kotlin
implementation("eu.hoefel:jatex:1.3.3")
Scala SBT
libraryDependencies += "eu.hoefel" % "jatex" % "1.3.3"
Groovy Grape
@Grapes(
  @Grab(group='eu.hoefel', module='jatex', version='1.3.3')
)
Apache Ivy
<dependency org="eu.hoefel" name="jatex" rev="1.3.3" />
Leiningen
[eu.hoefel/jatex "1.3.3"]
Apache Buildr
'eu.hoefel:jatex:jar:1.3.3'