License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdme.mazeika.uconfig |
ArtifactId | ArtifactIduconfig |
Last Version | Last Version0.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionme.mazeika.uconfig:uconfig
Universal Config - A well documented, lightweight, completely
thread-safe, unit tested, easy to use Java 8 config library.
|
Project URL |
Project URL |
Filename | Size |
---|---|
uconfig-0.1.2.pom | |
uconfig-0.1.2.jar | 298 KB |
uconfig-0.1.2-sources.jar | 8 KB |
uconfig-0.1.2-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.mazeika.uconfig/uconfig/ -->
<dependency>
<groupId>me.mazeika.uconfig</groupId>
<artifactId>uconfig</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/me.mazeika.uconfig/uconfig/
implementation 'me.mazeika.uconfig:uconfig:0.1.2'
// https://jarcasting.com/artifacts/me.mazeika.uconfig/uconfig/
implementation ("me.mazeika.uconfig:uconfig:0.1.2")
'me.mazeika.uconfig:uconfig:jar:0.1.2'
<dependency org="me.mazeika.uconfig" name="uconfig" rev="0.1.2">
<artifact name="uconfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.mazeika.uconfig', module='uconfig', version='0.1.2')
)
libraryDependencies += "me.mazeika.uconfig" % "uconfig" % "0.1.2"
[me.mazeika.uconfig/uconfig "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.yaml : snakeyaml | jar | 1.16 |
org.json : json | jar | 20150729 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |