greenish-jungle
Environment/Config library. Allows for the configuration of default values and the setting of these values in code, rather than just through environment variables.
License |
License
The MIT License
|
---|---|
GroupId | GroupIdcom.techshroom |
ArtifactId | ArtifactIdgreenish-jungle |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongreenish-jungle
Environment/Config library.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
greenish-jungle-0.0.3.pom | |
greenish-jungle-0.0.3.jar | 15 KB |
greenish-jungle-0.0.3-sources.jar | 18 KB |
greenish-jungle-0.0.3-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.techshroom/greenish-jungle/ -->
<dependency>
<groupId>com.techshroom</groupId>
<artifactId>greenish-jungle</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.techshroom/greenish-jungle/
implementation 'com.techshroom:greenish-jungle:0.0.3'
// https://jarcasting.com/artifacts/com.techshroom/greenish-jungle/
implementation ("com.techshroom:greenish-jungle:0.0.3")
'com.techshroom:greenish-jungle:jar:0.0.3'
<dependency org="com.techshroom" name="greenish-jungle" rev="0.0.3">
<artifact name="greenish-jungle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.techshroom', module='greenish-jungle', version='0.0.3')
)
libraryDependencies += "com.techshroom" % "greenish-jungle" % "0.0.3"
[com.techshroom/greenish-jungle "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
com.google.guava : guava | jar | 24.1-jre |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
ch.qos.logback : logback-core | jar | 1.2.3 |
Environment/Config library. Allows for the configuration of default values and the setting of these values in code, rather than just through environment variables.