hocon2json_2.10
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.tkawachi</groupId>
<artifactId>hocon2json_2.10</artifactId>
<version>0.1.4</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.tkawachi</groupId>
<artifactId>hocon2json_2.10</artifactId>
<packaging>jar</packaging>
<description>hocon2json</description>
<version>0.1.4</version>
<licenses>
<license>
<name>MIT</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>hocon2json</name>
<organization>
<name>com.github.tkawachi</name>
</organization>
<scm>
<url>https://github.com/tkawachi/hocon2json/</url>
<connection>scm:git:github.com:tkawachi/hocon2json.git</connection>
</scm>
<url>https://github.com/tkawachi/hocon2json/</url>
<developers>
<developer>
<id>kawachi</id>
<name>Takashi Kawachi</name>
<url>https://github.com/tkawachi</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.10.4</version>
</dependency>
<dependency>
<groupId>org.scala-sbt</groupId>
<artifactId>launcher-interface</artifactId>
<version>0.13.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.typesafe</groupId>
<artifactId>config</artifactId>
<version>1.2.1</version>
</dependency>
</dependencies>
</project>