License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.gojek |
ArtifactId | ArtifactIdconfig |
Last Version | Last Version0.2.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEnv Reader
Library to read environment variables for a certain prefix
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
config-0.2.6.pom | |
config-0.2.6.jar | 8 KB |
config-0.2.6-sources.jar | 4 KB |
config-0.2.6-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gojek/config/ -->
<dependency>
<groupId>com.gojek</groupId>
<artifactId>config</artifactId>
<version>0.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.gojek/config/
implementation 'com.gojek:config:0.2.6'
// https://jarcasting.com/artifacts/com.gojek/config/
implementation ("com.gojek:config:0.2.6")
'com.gojek:config:jar:0.2.6'
<dependency org="com.gojek" name="config" rev="0.2.6">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gojek', module='config', version='0.2.6')
)
libraryDependencies += "com.gojek" % "config" % "0.2.6"
[com.gojek/config "0.2.6"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.7 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |