libra-xml
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>me.icymint</groupId>
<artifactId>libra-xml</artifactId>
<version>0.0.5</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>libra-xml</artifactId>
<version>0.0.5</version>
<packaging>jar</packaging>
<name>libra-xml</name>
<url>https://github.com/leptonyu/libra-xml</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.6.1</version>
</dependency>
</dependencies>
<parent>
<groupId>me.icymint</groupId>
<artifactId>libra</artifactId>
<version>1.0.5</version>
</parent>
<scm>
<connection>scm:git:file:///F:/App/421/libra-xml/.git/</connection>
<url>file:///F:/App/421/libra-xml/.git/</url>
</scm>
</project>