| GroupId | GroupIdorg.apache.xmlgraphics |
|---|---|
| ArtifactId | ArtifactIdxmlgraphics-commons |
| Version | Version1.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| xmlgraphics-commons-1.4.pom | |
| xmlgraphics-commons-1.4.jar | 555 KB |
| xmlgraphics-commons-1.4-sources.jar | 557 KB |
| xmlgraphics-commons-1.4-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.xmlgraphics/xmlgraphics-commons/ -->
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>xmlgraphics-commons</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.xmlgraphics/xmlgraphics-commons/
implementation 'org.apache.xmlgraphics:xmlgraphics-commons:1.4'
// https://jarcasting.com/artifacts/org.apache.xmlgraphics/xmlgraphics-commons/
implementation ("org.apache.xmlgraphics:xmlgraphics-commons:1.4")
'org.apache.xmlgraphics:xmlgraphics-commons:jar:1.4'
<dependency org="org.apache.xmlgraphics" name="xmlgraphics-commons" rev="1.4">
<artifact name="xmlgraphics-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.xmlgraphics', module='xmlgraphics-commons', version='1.4')
)
libraryDependencies += "org.apache.xmlgraphics" % "xmlgraphics-commons" % "1.4"
[org.apache.xmlgraphics/xmlgraphics-commons "1.4"]