GroupId | GroupIdorg.apache.xmlgraphics |
---|---|
ArtifactId | ArtifactIdxmlgraphics-commons |
Version | Version2.3 |
Type | Typejar |
Filename | Size |
---|---|
xmlgraphics-commons-2.3.pom | |
xmlgraphics-commons-2.3.jar | 655 KB |
xmlgraphics-commons-2.3-sources.jar | 631 KB |
xmlgraphics-commons-2.3-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>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.xmlgraphics/xmlgraphics-commons/
implementation 'org.apache.xmlgraphics:xmlgraphics-commons:2.3'
// https://jarcasting.com/artifacts/org.apache.xmlgraphics/xmlgraphics-commons/
implementation ("org.apache.xmlgraphics:xmlgraphics-commons:2.3")
'org.apache.xmlgraphics:xmlgraphics-commons:jar:2.3'
<dependency org="org.apache.xmlgraphics" name="xmlgraphics-commons" rev="2.3">
<artifact name="xmlgraphics-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.xmlgraphics', module='xmlgraphics-commons', version='2.3')
)
libraryDependencies += "org.apache.xmlgraphics" % "xmlgraphics-commons" % "2.3"
[org.apache.xmlgraphics/xmlgraphics-commons "2.3"]