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