| License |
License |
|---|---|
| Categories |
Categoriesconfig Application Layer Libs Configuration |
| GroupId | GroupIdorg.jconfig |
| ArtifactId | ArtifactIdjconfig |
| Last Version | Last Version2.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJConfig
jConfig a framework for handling XML-configurations
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jconfig-2.9.pom | |
| jconfig-2.9.jar | 124 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jconfig/jconfig/ -->
<dependency>
<groupId>org.jconfig</groupId>
<artifactId>jconfig</artifactId>
<version>2.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.jconfig/jconfig/
implementation 'org.jconfig:jconfig:2.9'
// https://jarcasting.com/artifacts/org.jconfig/jconfig/
implementation ("org.jconfig:jconfig:2.9")
'org.jconfig:jconfig:jar:2.9'
<dependency org="org.jconfig" name="jconfig" rev="2.9">
<artifact name="jconfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jconfig', module='jconfig', version='2.9')
)
libraryDependencies += "org.jconfig" % "jconfig" % "2.9"
[org.jconfig/jconfig "2.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| crimson : crimson | jar | 1.1.3 |
| javax.xml.parsers : jaxp-api | jar | 1.4 |
| com.sun.jmx : jmxri | jar | 1.2.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |