is not current version
Last Version 0.2.1

org.computelab:config 0.2.0

Configuration in plain Java

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

org.computelab
ArtifactId

ArtifactId

config
Version

Version

0.2.0
Type

Type

jar

Download config 0.2.0


<!-- https://jarcasting.com/artifacts/org.computelab/config/ -->
<dependency>
    <groupId>org.computelab</groupId>
    <artifactId>config</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.computelab/config/
implementation 'org.computelab:config:0.2.0'
// https://jarcasting.com/artifacts/org.computelab/config/
implementation ("org.computelab:config:0.2.0")
'org.computelab:config:jar:0.2.0'
<dependency org="org.computelab" name="config" rev="0.2.0">
  <artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.computelab', module='config', version='0.2.0')
)
libraryDependencies += "org.computelab" % "config" % "0.2.0"
[org.computelab/config "0.2.0"]