License |
License |
---|---|
GroupId | GroupIdcom.nfbsoftware |
ArtifactId | ArtifactIdlatex-converter |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionNFB Software LaTeX-Converter
The NFB Software LaTeX-Converter is a Java wrapper for converting LaTeX formula string to images.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
latex-converter-1.0.1.pom | |
latex-converter-1.0.1.jar | 4 KB |
latex-converter-1.0.1-sources.jar | 1 KB |
latex-converter-1.0.1-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nfbsoftware/latex-converter/ -->
<dependency>
<groupId>com.nfbsoftware</groupId>
<artifactId>latex-converter</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.nfbsoftware/latex-converter/
implementation 'com.nfbsoftware:latex-converter:1.0.1'
// https://jarcasting.com/artifacts/com.nfbsoftware/latex-converter/
implementation ("com.nfbsoftware:latex-converter:1.0.1")
'com.nfbsoftware:latex-converter:jar:1.0.1'
<dependency org="com.nfbsoftware" name="latex-converter" rev="1.0.1">
<artifact name="latex-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nfbsoftware', module='latex-converter', version='1.0.1')
)
libraryDependencies += "com.nfbsoftware" % "latex-converter" % "1.0.1"
[com.nfbsoftware/latex-converter "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
commons-lang : commons-lang | jar | 2.3 |
commons-codec : commons-codec | jar | 1.5 |
org.scilab.forge : jlatexmath | jar | 1.0.2 |
commons-logging : commons-logging | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |