License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.github.hekonsek |
ArtifactId | ArtifactIdsimpleconfig |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsimpleconfig
simpleconfig
|
Project URL |
Project URL |
Filename | Size |
---|---|
simpleconfig-0.1.pom | |
simpleconfig-0.1.jar | 4 KB |
simpleconfig-0.1-sources.jar | 1 KB |
simpleconfig-0.1-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hekonsek/simpleconfig/ -->
<dependency>
<groupId>com.github.hekonsek</groupId>
<artifactId>simpleconfig</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hekonsek/simpleconfig/
implementation 'com.github.hekonsek:simpleconfig:0.1'
// https://jarcasting.com/artifacts/com.github.hekonsek/simpleconfig/
implementation ("com.github.hekonsek:simpleconfig:0.1")
'com.github.hekonsek:simpleconfig:jar:0.1'
<dependency org="com.github.hekonsek" name="simpleconfig" rev="0.1">
<artifact name="simpleconfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hekonsek', module='simpleconfig', version='0.1')
)
libraryDependencies += "com.github.hekonsek" % "simpleconfig" % "0.1"
[com.github.hekonsek/simpleconfig "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-configuration2 | jar | 2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.8.0 |