| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.offecka |
| ArtifactId | ArtifactIdkonfiguration |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionKonfiguration
Maps configurations to trees of objects
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| konfiguration-0.0.1.pom | |
| konfiguration-0.0.1.jar | 26 KB |
| konfiguration-0.0.1-sources.jar | 6 KB |
| konfiguration-0.0.1-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.offecka/konfiguration/ -->
<dependency>
<groupId>net.offecka</groupId>
<artifactId>konfiguration</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.offecka/konfiguration/
implementation 'net.offecka:konfiguration:0.0.1'
// https://jarcasting.com/artifacts/net.offecka/konfiguration/
implementation ("net.offecka:konfiguration:0.0.1")
'net.offecka:konfiguration:jar:0.0.1'
<dependency org="net.offecka" name="konfiguration" rev="0.0.1">
<artifact name="konfiguration" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.offecka', module='konfiguration', version='0.0.1')
)
libraryDependencies += "net.offecka" % "konfiguration" % "0.0.1"
[net.offecka/konfiguration "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.0.3 |
| com.typesafe : config | jar | 1.3.0 |
| net.offecka : kutils | jar | 0.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |