xml2js
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>xml2js</artifactId>
<version>0.6.2</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>xml2js</artifactId>
<version>0.6.2</version>
<name>xml2js</name>
<description>Simple XML to JavaScript object converter.</description>
<url>https://github.com/Leonidas-from-XIV/node-xml2js</url>
<organization>
<name>Marek Kubica</name>
<url>https://github.com/Leonidas-from-XIV/node-xml2js</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>leonidas</name>
<email>marek@xivilization.net</email>
</developer>
</developers>
<scm>
<connection>https://github.com/Leonidas-from-XIV/node-xml2js.git</connection>
<developerConnection>https://github.com/Leonidas-from-XIV/node-xml2js.git</developerConnection>
<url>https://github.com/Leonidas-from-XIV/node-xml2js</url>
</scm>
<issueManagement>
<url>https://github.com/Leonidas-from-XIV/node-xml2js/issues</url>
</issueManagement>
<properties>
<org.mvnpm-sax.version>[0.6.0,)</org.mvnpm-sax.version>
<org.mvnpm-xmlbuilder.version>[11.0.0,11.1)</org.mvnpm-xmlbuilder.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>sax</artifactId>
<version>${org.mvnpm-sax.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>xmlbuilder</artifactId>
<version>${org.mvnpm-xmlbuilder.version}</version>
</dependency>
</dependencies>
</project>