License |
License |
---|---|
GroupId | GroupIdorg.apache.xmlgraphics |
ArtifactId | ArtifactIdbatik |
Last Version | Last Version1.14 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionorg.apache.xmlgraphics:batik
XML Graphics Batik
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
batik-1.14.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.xmlgraphics/batik/ -->
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik</artifactId>
<version>1.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.xmlgraphics/batik/
implementation 'org.apache.xmlgraphics:batik:1.14'
// https://jarcasting.com/artifacts/org.apache.xmlgraphics/batik/
implementation ("org.apache.xmlgraphics:batik:1.14")
'org.apache.xmlgraphics:batik:pom:1.14'
<dependency org="org.apache.xmlgraphics" name="batik" rev="1.14">
<artifact name="batik" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.xmlgraphics', module='batik', version='1.14')
)
libraryDependencies += "org.apache.xmlgraphics" % "batik" % "1.14"
[org.apache.xmlgraphics/batik "1.14"]