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