Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.googlecode.openbox |
ArtifactId | ArtifactIdconfig |
Version | Version2.0.8 |
Type | Typejar |
Filename | Size |
---|---|
config-2.0.8.pom | |
config-2.0.8.jar | 8 KB |
config-2.0.8-sources.jar | 3 KB |
config-2.0.8-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.openbox/config/ -->
<dependency>
<groupId>com.googlecode.openbox</groupId>
<artifactId>config</artifactId>
<version>2.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.openbox/config/
implementation 'com.googlecode.openbox:config:2.0.8'
// https://jarcasting.com/artifacts/com.googlecode.openbox/config/
implementation ("com.googlecode.openbox:config:2.0.8")
'com.googlecode.openbox:config:jar:2.0.8'
<dependency org="com.googlecode.openbox" name="config" rev="2.0.8">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.openbox', module='config', version='2.0.8')
)
libraryDependencies += "com.googlecode.openbox" % "config" % "2.0.8"
[com.googlecode.openbox/config "2.0.8"]