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