is not current version
Last Version 1.1

com.github.peterbecker:configuration 1.0

Parent project for the configuration library.

Categories

Categories

Configuration Application Layer Libs config
GroupId

GroupId

com.github.peterbecker
ArtifactId

ArtifactId

configuration
Version

Version

1.0
Type

Type

pom

Download configuration 1.0

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"]