GroupId | GroupIdorg.scilab.forge |
---|---|
ArtifactId | ArtifactIdjlatexmath |
Version | Version0.9.6 |
Type | Typejar |
Filename | Size |
---|---|
jlatexmath-0.9.6.pom | |
jlatexmath-0.9.6.jar | 954 KB |
jlatexmath-0.9.6-sources.jar | 1006 KB |
jlatexmath-0.9.6-javadoc.jar | 731 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.scilab.forge/jlatexmath/ -->
<dependency>
<groupId>org.scilab.forge</groupId>
<artifactId>jlatexmath</artifactId>
<version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.scilab.forge/jlatexmath/
implementation 'org.scilab.forge:jlatexmath:0.9.6'
// https://jarcasting.com/artifacts/org.scilab.forge/jlatexmath/
implementation ("org.scilab.forge:jlatexmath:0.9.6")
'org.scilab.forge:jlatexmath:jar:0.9.6'
<dependency org="org.scilab.forge" name="jlatexmath" rev="0.9.6">
<artifact name="jlatexmath" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scilab.forge', module='jlatexmath', version='0.9.6')
)
libraryDependencies += "org.scilab.forge" % "jlatexmath" % "0.9.6"
[org.scilab.forge/jlatexmath "0.9.6"]