License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.kumuluz.ee.config |
ArtifactId | ArtifactIdkumuluzee-config-mp |
Last Version | Last Version1.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKumuluzEE Config MicroProfile
KumuluzEE Config MicroProfile extension provides you with a complete Eclipse MicroProfile Feature implementation for configuring your applications.
|
Project URL |
Project URL |
Filename | Size |
---|---|
kumuluzee-config-mp-1.4.1.pom | |
kumuluzee-config-mp-1.4.1.jar | 38 KB |
kumuluzee-config-mp-1.4.1-sources.jar | 35 KB |
kumuluzee-config-mp-1.4.1-javadoc.jar | 162 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kumuluz.ee.config/kumuluzee-config-mp/ -->
<dependency>
<groupId>com.kumuluz.ee.config</groupId>
<artifactId>kumuluzee-config-mp</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.kumuluz.ee.config/kumuluzee-config-mp/
implementation 'com.kumuluz.ee.config:kumuluzee-config-mp:1.4.1'
// https://jarcasting.com/artifacts/com.kumuluz.ee.config/kumuluzee-config-mp/
implementation ("com.kumuluz.ee.config:kumuluzee-config-mp:1.4.1")
'com.kumuluz.ee.config:kumuluzee-config-mp:jar:1.4.1'
<dependency org="com.kumuluz.ee.config" name="kumuluzee-config-mp" rev="1.4.1">
<artifact name="kumuluzee-config-mp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kumuluz.ee.config', module='kumuluzee-config-mp', version='1.4.1')
)
libraryDependencies += "com.kumuluz.ee.config" % "kumuluzee-config-mp" % "1.4.1"
[com.kumuluz.ee.config/kumuluzee-config-mp "1.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.microprofile.config : microprofile-config-api | jar | 1.4 |
Group / Artifact | Type | Version |
---|---|---|
com.kumuluz.ee : kumuluzee-common | jar | |
com.kumuluz.ee : kumuluzee-cdi-weld | jar |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.microprofile.config : microprofile-config-tck | jar | 1.4 |
org.testng : testng | jar | 6.9.9 |
com.kumuluz.ee.testing : kumuluzee-arquillian-container | jar | 1.1.0 |
org.hamcrest : hamcrest-all | jar | 1.3 |