License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.github.cloudecho |
ArtifactId | ArtifactIdappconfig |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionappconfig
Application configuration utilities
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
appconfig-1.0.0.pom | |
appconfig-1.0.0.jar | 14 KB |
appconfig-1.0.0-sources.jar | 6 KB |
appconfig-1.0.0-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cloudecho/appconfig/ -->
<dependency>
<groupId>com.github.cloudecho</groupId>
<artifactId>appconfig</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cloudecho/appconfig/
implementation 'com.github.cloudecho:appconfig:1.0.0'
// https://jarcasting.com/artifacts/com.github.cloudecho/appconfig/
implementation ("com.github.cloudecho:appconfig:1.0.0")
'com.github.cloudecho:appconfig:jar:1.0.0'
<dependency org="com.github.cloudecho" name="appconfig" rev="1.0.0">
<artifact name="appconfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cloudecho', module='appconfig', version='1.0.0')
)
libraryDependencies += "com.github.cloudecho" % "appconfig" % "1.0.0"
[com.github.cloudecho/appconfig "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.cloudecho : xmlbean | jar | 1.5.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |