Categories |
CategoriesConfiguration Application Layer Libs config |
---|---|
GroupId | GroupIdcom.github.peterbecker |
ArtifactId | ArtifactIdconfiguration |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
configuration-1.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.peterbecker/configuration/ -->
<dependency>
<groupId>com.github.peterbecker</groupId>
<artifactId>configuration</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.peterbecker/configuration/
implementation 'com.github.peterbecker:configuration:1.0'
// https://jarcasting.com/artifacts/com.github.peterbecker/configuration/
implementation ("com.github.peterbecker:configuration:1.0")
'com.github.peterbecker:configuration:pom:1.0'
<dependency org="com.github.peterbecker" name="configuration" rev="1.0">
<artifact name="configuration" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.peterbecker', module='configuration', version='1.0')
)
libraryDependencies += "com.github.peterbecker" % "configuration" % "1.0"
[com.github.peterbecker/configuration "1.0"]