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