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