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