xml
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>xml</artifactId>
<version>1.0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm</groupId>
<artifactId>xml</artifactId>
<version>1.0.1</version>
<name>xml</name>
<description>Fast and simple xml generator. Supports attributes, CDATA, etc. Includes tests and examples.</description>
<url>http://github.com/dylang/node-xml</url>
<organization>
<name>Dylan Greene</name>
<url>http://github.com/dylang/node-xml</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>dylang</name>
<email>dylang@gmail.com</email>
</developer>
<developer>
<name>erisds</name>
<email>erisds@gmail.com</email>
</developer>
</developers>
<scm>
<connection>ssh://git@github.com/dylang/node-xml.git</connection>
<developerConnection>ssh://git@github.com/dylang/node-xml.git</developerConnection>
<url>ssh://git@github.com/dylang/node-xml</url>
</scm>
<issueManagement>
<url>http://github.com/dylang/node-xml/issues</url>
</issueManagement>
</project>