GroupId | GroupIdorg.apache.xmlgraphics |
---|---|
ArtifactId | ArtifactIdbatik-parser |
Version | Version1.10 |
Type | Typejar |
Filename | Size |
---|---|
batik-parser-1.10.pom | |
batik-parser-1.10.jar | 74 KB |
batik-parser-1.10-sources.jar | 87 KB |
batik-parser-1.10-javadoc.jar | 346 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.xmlgraphics/batik-parser/ -->
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-parser</artifactId>
<version>1.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.xmlgraphics/batik-parser/
implementation 'org.apache.xmlgraphics:batik-parser:1.10'
// https://jarcasting.com/artifacts/org.apache.xmlgraphics/batik-parser/
implementation ("org.apache.xmlgraphics:batik-parser:1.10")
'org.apache.xmlgraphics:batik-parser:jar:1.10'
<dependency org="org.apache.xmlgraphics" name="batik-parser" rev="1.10">
<artifact name="batik-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.xmlgraphics', module='batik-parser', version='1.10')
)
libraryDependencies += "org.apache.xmlgraphics" % "batik-parser" % "1.10"
[org.apache.xmlgraphics/batik-parser "1.10"]