is not current version
Last Version 0.0.8

com.github.houbb:xml 0.0.7

The xml framework for java.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

xml
Version

Version

0.0.7
Type

Type

pom

Download xml 0.0.7

Filename Size
xml-0.0.7.pom 9 KB
Browse

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