не последняя версия
Последняя версия 0.0.8

com.github.houbb:xml 0.0.5

The xml framework for java.

Группа

Группа

com.github.houbb
Идентификатор

Идентификатор

xml
Версия

Версия

0.0.5
Тип

Тип

pom

Скачать xml 0.0.5

Имя Файла Размер
xml-0.0.5.pom 9 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.github.houbb/xml/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>xml</artifactId>
    <version>0.0.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/xml/
implementation 'com.github.houbb:xml:0.0.5'
// https://jarcasting.com/artifacts/com.github.houbb/xml/
implementation ("com.github.houbb:xml:0.0.5")
'com.github.houbb:xml:pom:0.0.5'
<dependency org="com.github.houbb" name="xml" rev="0.0.5">
  <artifact name="xml" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='xml', version='0.0.5')
)
libraryDependencies += "com.github.houbb" % "xml" % "0.0.5"
[com.github.houbb/xml "0.0.5"]