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