Categories |
Categoriescfg4j Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.cfg4j |
ArtifactId | ArtifactIdcfg4j |
Version | Version3.2.0 |
Type | Typejar |
Filename | Size |
---|---|
cfg4j-3.2.0.pom | |
cfg4j-3.2.0.jar | 33 KB |
cfg4j-3.2.0-sources.jar | 34 KB |
cfg4j-3.2.0-javadoc.jar | 147 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cfg4j/cfg4j/ -->
<dependency>
<groupId>org.cfg4j</groupId>
<artifactId>cfg4j</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.cfg4j/cfg4j/
implementation 'org.cfg4j:cfg4j:3.2.0'
// https://jarcasting.com/artifacts/org.cfg4j/cfg4j/
implementation ("org.cfg4j:cfg4j:3.2.0")
'org.cfg4j:cfg4j:jar:3.2.0'
<dependency org="org.cfg4j" name="cfg4j" rev="3.2.0">
<artifact name="cfg4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cfg4j', module='cfg4j', version='3.2.0')
)
libraryDependencies += "org.cfg4j" % "cfg4j" % "3.2.0"
[org.cfg4j/cfg4j "3.2.0"]