is not current version
Last Version 2.1.6

com.googlecode.openbox:config 2.0.13

Config Loader for load the common config

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.googlecode.openbox
ArtifactId

ArtifactId

config
Version

Version

2.0.13
Type

Type

jar

Download config 2.0.13


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