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