typesafeconfig-internal
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>edu.gatech.gtri.typesafeconfig-extensions</groupId> <artifactId>typesafeconfig-internal</artifactId> <version>1.1</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>edu.gatech.gtri.typesafeconfig-extensions</groupId> <artifactId>typesafeconfig-internal</artifactId> <packaging>jar</packaging> <description>Code common to various typesafeconfig-extensions projects. Other projects should not use this project directly, and it should not be considered part of the public API.</description> <url>https://github.com/gtri/typesafeconfig-extensions</url> <version>1.1</version> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <name>typesafeconfig-internal</name> <organization> <name>Georgia Tech Research Institute, CTISL</name> <url>http://gtri.gatech.edu/ctisl</url> </organization> <scm> <url>https://github.com/gtri/typesafeconfig-extensions</url> <connection>https://github.com/gtri/typesafeconfig-extensions.git</connection> <developerConnection>git@github.com:gtri/typesafeconfig-extensions.git</developerConnection> </scm> <developers> <developer> <name>Chris Martin</name> <email>chris.martin@gatech.edu</email> </developer> </developers> <contributors> <contributor> <name>Kelsey Francis</name> <email>francis@gatech.edu</email> </contributor> </contributors> <dependencies> <dependency> <groupId>org.specs2</groupId> <artifactId>specs2_2.10</artifactId> <version>2.2.1</version> <scope>test</scope> </dependency> </dependencies> </project>