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