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