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