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