is not current version
Last Version 1.0.1

com.nfbsoftware:latex-converter 1.0.0

The NFB Software LaTeX-Converter is a Java wrapper for converting LaTeX formula string to images.

GroupId

GroupId

com.nfbsoftware
ArtifactId

ArtifactId

latex-converter
Version

Version

1.0.0
Type

Type

jar

Download latex-converter 1.0.0


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