Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdch.jalu |
ArtifactId | ArtifactIdconfigme |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
configme-0.4.pom | |
configme-0.4.jar | 63 KB |
configme-0.4-sources.jar | 42 KB |
configme-0.4-javadoc.jar | 296 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.jalu/configme/ -->
<dependency>
<groupId>ch.jalu</groupId>
<artifactId>configme</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/ch.jalu/configme/
implementation 'ch.jalu:configme:0.4'
// https://jarcasting.com/artifacts/ch.jalu/configme/
implementation ("ch.jalu:configme:0.4")
'ch.jalu:configme:jar:0.4'
<dependency org="ch.jalu" name="configme" rev="0.4">
<artifact name="configme" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.jalu', module='configme', version='0.4')
)
libraryDependencies += "ch.jalu" % "configme" % "0.4"
[ch.jalu/configme "0.4"]