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