MVN

com.github.houbb : xml

Maven & Gradle

Dec 10, 2019

xml · The xml framework for java.

<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>xml</artifactId>
    <version>0.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.houbb : xml to add to Maven - Latest Versions:

  • Latest Stable: 0.0.8

All Versions

Choose a version of com.github.houbb : xml to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
xml-0.0.8
xml-0.0.7
xml-0.0.6
xml-0.0.5
xml-0.0.4
xml-0.0.3
xml-0.0.2
xml-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>xml</artifactId>
    <version>0.0.8</version>
</dependency>

Advertisement