Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdch.jooel |
ArtifactId | ArtifactIdconfig |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
config-2.0.pom | |
config-2.0.jar | 13 KB |
config-2.0-sources.jar | 4 KB |
config-2.0-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.jooel/config/ -->
<dependency>
<groupId>ch.jooel</groupId>
<artifactId>config</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.jooel/config/
implementation 'ch.jooel:config:2.0'
// https://jarcasting.com/artifacts/ch.jooel/config/
implementation ("ch.jooel:config:2.0")
'ch.jooel:config:jar:2.0'
<dependency org="ch.jooel" name="config" rev="2.0">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.jooel', module='config', version='2.0')
)
libraryDependencies += "ch.jooel" % "config" % "2.0"
[ch.jooel/config "2.0"]