Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdch.pete.appconfig |
ArtifactId | ArtifactIdappconfig |
Version | Version0.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
appconfig-0.0.1.pom | |
appconfig-0.0.1.aar | 25 KB |
appconfig-0.0.1-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.pete.appconfig/appconfig/ -->
<dependency>
<groupId>ch.pete.appconfig</groupId>
<artifactId>appconfig</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ch.pete.appconfig/appconfig/
implementation 'ch.pete.appconfig:appconfig:0.0.1'
// https://jarcasting.com/artifacts/ch.pete.appconfig/appconfig/
implementation ("ch.pete.appconfig:appconfig:0.0.1")
'ch.pete.appconfig:appconfig:aar:0.0.1'
<dependency org="ch.pete.appconfig" name="appconfig" rev="0.0.1">
<artifact name="appconfig" type="aar" />
</dependency>
@Grapes(
@Grab(group='ch.pete.appconfig', module='appconfig', version='0.0.1')
)
libraryDependencies += "ch.pete.appconfig" % "appconfig" % "0.0.1"
[ch.pete.appconfig/appconfig "0.0.1"]