Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdde.keawe |
ArtifactId | ArtifactIdlocal-config |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
local-config-0.0.5.pom | |
local-config-0.0.5.jar | 7 KB |
local-config-0.0.5-sources.jar | 3 KB |
local-config-0.0.5-javadoc.jar | 410 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.keawe/local-config/ -->
<dependency>
<groupId>de.keawe</groupId>
<artifactId>local-config</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/de.keawe/local-config/
implementation 'de.keawe:local-config:0.0.5'
// https://jarcasting.com/artifacts/de.keawe/local-config/
implementation ("de.keawe:local-config:0.0.5")
'de.keawe:local-config:jar:0.0.5'
<dependency org="de.keawe" name="local-config" rev="0.0.5">
<artifact name="local-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.keawe', module='local-config', version='0.0.5')
)
libraryDependencies += "de.keawe" % "local-config" % "0.0.5"
[de.keawe/local-config "0.0.5"]