jatex

A library for writing LaTeX from within Java.

License

License

GroupId

GroupId

eu.hoefel
ArtifactId

ArtifactId

jatex
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

jatex
A library for writing LaTeX from within Java.
Project URL

Project URL

https://github.com/uhoefel/jatex
Source Code Management

Source Code Management

https://github.com/uhoefel/jatex/tree/master

Download jatex

How to add to project

<!-- https://jarcasting.com/artifacts/eu.hoefel/jatex/ -->
<dependency>
    <groupId>eu.hoefel</groupId>
    <artifactId>jatex</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.hoefel/jatex/
implementation 'eu.hoefel:jatex:1.2.0'
// https://jarcasting.com/artifacts/eu.hoefel/jatex/
implementation ("eu.hoefel:jatex:1.2.0")
'eu.hoefel:jatex:jar:1.2.0'
<dependency org="eu.hoefel" name="jatex" rev="1.2.0">
  <artifact name="jatex" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.hoefel', module='jatex', version='1.2.0')
)
libraryDependencies += "eu.hoefel" % "jatex" % "1.2.0"
[eu.hoefel/jatex "1.2.0"]

Dependencies

compile (1)

Group / Artifact Type Version
eu.hoefel : utils jar 0.3.0

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-params jar 5.8.2
org.junit.jupiter : junit-jupiter jar 5.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.1.0
1.0.0