yamljs
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>yamljs</artifactId>
<version>0.2.10</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>yamljs</artifactId>
<version>0.2.10</version>
<name>yamljs</name>
<description>Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools.</description>
<url>https://github.com/jeremyfa/yaml.js#readme</url>
<organization>
<name>Jeremy Faivre</name>
<url>https://github.com/jeremyfa/yaml.js#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>jeremyfa</name>
<email>contact@jeremyfa.com</email>
</developer>
</developers>
<scm>
<connection>git://github.com/jeremyfa/yaml.js.git</connection>
<developerConnection>git://github.com/jeremyfa/yaml.js.git</developerConnection>
<url>git://github.com/jeremyfa/yaml.js</url>
</scm>
<issueManagement>
<url>https://github.com/jeremyfa/yaml.js/issues</url>
</issueManagement>
<properties>
<org.mvnpm-argparse.version>[1.0.7,2)</org.mvnpm-argparse.version>
<org.mvnpm-glob.version>[7.0.5,8)</org.mvnpm-glob.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>argparse</artifactId>
<version>${org.mvnpm-argparse.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>glob</artifactId>
<version>${org.mvnpm-glob.version}</version>
</dependency>
</dependencies>
</project>