| Группа | Группаorg.apache.xmlgraphics |
|---|---|
| Идентификатор | Идентификаторxmlgraphics-commons |
| Версия | Версия2.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| xmlgraphics-commons-2.0.1.pom | |
| xmlgraphics-commons-2.0.1.jar | 624 KB |
| xmlgraphics-commons-2.0.1-sources.jar | 626 KB |
| xmlgraphics-commons-2.0.1-javadoc.jar | 2 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.xmlgraphics/xmlgraphics-commons/ -->
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>xmlgraphics-commons</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.xmlgraphics/xmlgraphics-commons/
implementation 'org.apache.xmlgraphics:xmlgraphics-commons:2.0.1'
// https://jarcasting.com/artifacts/org.apache.xmlgraphics/xmlgraphics-commons/
implementation ("org.apache.xmlgraphics:xmlgraphics-commons:2.0.1")
'org.apache.xmlgraphics:xmlgraphics-commons:jar:2.0.1'
<dependency org="org.apache.xmlgraphics" name="xmlgraphics-commons" rev="2.0.1">
<artifact name="xmlgraphics-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.xmlgraphics', module='xmlgraphics-commons', version='2.0.1')
)
libraryDependencies += "org.apache.xmlgraphics" % "xmlgraphics-commons" % "2.0.1"
[org.apache.xmlgraphics/xmlgraphics-commons "2.0.1"]