<dependency> <groupId>org.scilab.forge</groupId> <artifactId>jlatexmath</artifactId> <version>1.0.5</version> </dependency>
implementation 'org.scilab.forge:jlatexmath:1.0.5'
implementation("org.scilab.forge:jlatexmath:1.0.5")
libraryDependencies += "org.scilab.forge" % "jlatexmath" % "1.0.5"
@Grapes( @Grab(group='org.scilab.forge', module='jlatexmath', version='1.0.5') )
<dependency org="org.scilab.forge" name="jlatexmath" rev="1.0.5" />
[org.scilab.forge/jlatexmath "1.0.5"]
'org.scilab.forge:jlatexmath:jar:1.0.5'
<parent> <groupId>org.scilab.forge</groupId> <artifactId>jlatexmath-parent</artifactId> <version>1.0.5</version> </parent>
compile
|-- ${project.parent.groupId}:jlatexmath-font-greek
|-- ${project.parent.groupId}:jlatexmath-font-cyrillic
test
|-- junit:junit