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