| License |
License |
|---|---|
| Categories |
Categoriesconfig Application Layer Libs Configuration |
| GroupId | GroupIdme.mywiki |
| ArtifactId | ArtifactIdsimpleJconfig |
| Last Version | Last Version0.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionme.mywiki:simpleJconfig
Simple configuration support for java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| simpleJconfig-0.3.0.pom | |
| simpleJconfig-0.3.0.jar | 13 KB |
| simpleJconfig-0.3.0-sources.jar | 4 KB |
| simpleJconfig-0.3.0-javadoc.jar | 45 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.mywiki/simpleJconfig/ -->
<dependency>
<groupId>me.mywiki</groupId>
<artifactId>simpleJconfig</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.mywiki/simpleJconfig/
implementation 'me.mywiki:simpleJconfig:0.3.0'
// https://jarcasting.com/artifacts/me.mywiki/simpleJconfig/
implementation ("me.mywiki:simpleJconfig:0.3.0")
'me.mywiki:simpleJconfig:jar:0.3.0'
<dependency org="me.mywiki" name="simpleJconfig" rev="0.3.0">
<artifact name="simpleJconfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.mywiki', module='simpleJconfig', version='0.3.0')
)
libraryDependencies += "me.mywiki" % "simpleJconfig" % "0.3.0"
[me.mywiki/simpleJconfig "0.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |