j

jlatexmath

A Java API to render LaTeX
http://forge.scilab.org/index.php/p/jlatexmath/
GNU GPG
Calixte Denizet
文件下载
文件名 操作
jlatexmath-0.9.6.jar 下载
jlatexmath-0.9.6.pom 下载
jlatexmath-0.9.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.scilab.forge</groupId>
  <artifactId>jlatexmath</artifactId>
  <version>0.9.6</version>
</dependency>
Gradle Groovy
implementation 'org.scilab.forge:jlatexmath:0.9.6'
Gradle Kotlin
implementation("org.scilab.forge:jlatexmath:0.9.6")
Scala SBT
libraryDependencies += "org.scilab.forge" % "jlatexmath" % "0.9.6"
Groovy Grape
@Grapes(
  @Grab(group='org.scilab.forge', module='jlatexmath', version='0.9.6')
)
Apache Ivy
<dependency org="org.scilab.forge" name="jlatexmath" rev="0.9.6" />
Leiningen
[org.scilab.forge/jlatexmath "0.9.6"]
Apache Buildr
'org.scilab.forge:jlatexmath:jar:0.9.6'
本项目依赖
该项目无第三方依赖