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.2.0.jar download
jatex-1.2.0.pom download
jatex-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>eu.hoefel</groupId>
  <artifactId>jatex</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'eu.hoefel:jatex:1.2.0'
Gradle Kotlin
implementation("eu.hoefel:jatex:1.2.0")
Scala SBT
libraryDependencies += "eu.hoefel" % "jatex" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='eu.hoefel', module='jatex', version='1.2.0')
)
Apache Ivy
<dependency org="eu.hoefel" name="jatex" rev="1.2.0" />
Leiningen
[eu.hoefel/jatex "1.2.0"]
Apache Buildr
'eu.hoefel:jatex:jar:1.2.0'