Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdau.com.muel |
ArtifactId | ArtifactIdenv-config |
Version | Version0.8.0 |
Type | Typejar |
Filename | Size |
---|---|
env-config-0.8.0.pom | |
env-config-0.8.0.jar | 21 KB |
env-config-0.8.0-sources.jar | 11 KB |
env-config-0.8.0-javadoc.jar | 420 KB |
Browse |
<!-- https://jarcasting.com/artifacts/au.com.muel/env-config/ -->
<dependency>
<groupId>au.com.muel</groupId>
<artifactId>env-config</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/au.com.muel/env-config/
implementation 'au.com.muel:env-config:0.8.0'
// https://jarcasting.com/artifacts/au.com.muel/env-config/
implementation ("au.com.muel:env-config:0.8.0")
'au.com.muel:env-config:jar:0.8.0'
<dependency org="au.com.muel" name="env-config" rev="0.8.0">
<artifact name="env-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.com.muel', module='env-config', version='0.8.0')
)
libraryDependencies += "au.com.muel" % "env-config" % "0.8.0"
[au.com.muel/env-config "0.8.0"]