konfig
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.natpryce</groupId> <artifactId>konfig</artifactId> <version>1.6.10.0</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="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.natpryce</groupId> <artifactId>konfig</artifactId> <version>1.6.10.0</version> <name>Konfig</name> <description>Konfiguration for Cotlin... no, Configuration for Kotlin</description> <url>https://github.com/npryce/konfig</url> <licenses> <license> <name>Apache 2.0</name> <url>http://opensource.org/licenses/Apache-2.0</url> </license> </licenses> <developers> <developer> <id>npryce</id> <name>Nat Pryce</name> </developer> <developer> <id>dmcg</id> <name>Duncan McGregor</name> </developer> </developers> <scm> <connection>git@github.com:npryce/konfig.git</connection> <url>https://github.com/npryce/konfig</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-reflect</artifactId> <version>1.2.41</version> <scope>test</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test</artifactId> <version>1.2.41</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> <dependency> <groupId>com.natpryce</groupId> <artifactId>hamkrest</artifactId> <version>1.4.0.0</version> <scope>test</scope> </dependency> </dependencies> </project>