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