Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.jwall |
ArtifactId | ArtifactIdapache-config |
Version | Version0.4.7 |
Type | Typejar |
Filename | Size |
---|---|
apache-config-0.4.7.pom | |
apache-config-0.4.7.jar | 94 KB |
apache-config-0.4.7-sources.jar | 63 KB |
apache-config-0.4.7-javadoc.jar | 280 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jwall/apache-config/ -->
<dependency>
<groupId>org.jwall</groupId>
<artifactId>apache-config</artifactId>
<version>0.4.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.jwall/apache-config/
implementation 'org.jwall:apache-config:0.4.7'
// https://jarcasting.com/artifacts/org.jwall/apache-config/
implementation ("org.jwall:apache-config:0.4.7")
'org.jwall:apache-config:jar:0.4.7'
<dependency org="org.jwall" name="apache-config" rev="0.4.7">
<artifact name="apache-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jwall', module='apache-config', version='0.4.7')
)
libraryDependencies += "org.jwall" % "apache-config" % "0.4.7"
[org.jwall/apache-config "0.4.7"]