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