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