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