License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.diligesoft |
ArtifactId | ArtifactIdconfig-utils |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondiligesoft config-utils
Provides Map and List implementations for Microprofile config
|
Project URL |
Project URL |
Filename | Size |
---|---|
config-utils-0.1.pom | |
config-utils-0.1.jar | 9 KB |
config-utils-0.1-sources.jar | 4 KB |
config-utils-0.1-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.diligesoft/config-utils/ -->
<dependency>
<groupId>com.diligesoft</groupId>
<artifactId>config-utils</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.diligesoft/config-utils/
implementation 'com.diligesoft:config-utils:0.1'
// https://jarcasting.com/artifacts/com.diligesoft/config-utils/
implementation ("com.diligesoft:config-utils:0.1")
'com.diligesoft:config-utils:jar:0.1'
<dependency org="com.diligesoft" name="config-utils" rev="0.1">
<artifact name="config-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.diligesoft', module='config-utils', version='0.1')
)
libraryDependencies += "com.diligesoft" % "config-utils" % "0.1"
[com.diligesoft/config-utils "0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.6 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.microprofile.config : microprofile-config-api | jar | 1.4 |
javax.enterprise : cdi-api | jar | 2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |