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