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