j

jlatexmath-fop

A Java API to render LaTeX
Files download
File Operation
jlatexmath-fop-1.0.6.jar download
jlatexmath-fop-1.0.6.pom download
jlatexmath-fop-1.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.scilab.forge</groupId>
  <artifactId>jlatexmath-fop</artifactId>
  <version>1.0.6</version>
</dependency>
Gradle Groovy
implementation 'org.scilab.forge:jlatexmath-fop:1.0.6'
Gradle Kotlin
implementation("org.scilab.forge:jlatexmath-fop:1.0.6")
Scala SBT
libraryDependencies += "org.scilab.forge" % "jlatexmath-fop" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='org.scilab.forge', module='jlatexmath-fop', version='1.0.6')
)
Apache Ivy
<dependency org="org.scilab.forge" name="jlatexmath-fop" rev="1.0.6" />
Leiningen
[org.scilab.forge/jlatexmath-fop "1.0.6"]
Apache Buildr
'org.scilab.forge:jlatexmath-fop:jar:1.0.6'