License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.oracle.coherence.ce |
ArtifactId | ArtifactIdcoherence-mp-config |
Version | Version21.06 |
Type | Typejar |
Description |
DescriptionCoherence MP Config
Coherence support for Eclipse MicroProfile Config spec
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
coherence-mp-config-21.06.pom | |
coherence-mp-config-21.06.jar | 82 KB |
coherence-mp-config-21.06-sources.jar | 9 KB |
coherence-mp-config-21.06-javadoc.jar | 412 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-mp-config/ -->
<dependency>
<groupId>com.oracle.coherence.ce</groupId>
<artifactId>coherence-mp-config</artifactId>
<version>21.06</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-mp-config/
implementation 'com.oracle.coherence.ce:coherence-mp-config:21.06'
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-mp-config/
implementation ("com.oracle.coherence.ce:coherence-mp-config:21.06")
'com.oracle.coherence.ce:coherence-mp-config:jar:21.06'
<dependency org="com.oracle.coherence.ce" name="coherence-mp-config" rev="21.06">
<artifact name="coherence-mp-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.coherence.ce', module='coherence-mp-config', version='21.06')
)
libraryDependencies += "com.oracle.coherence.ce" % "coherence-mp-config" % "21.06"
[com.oracle.coherence.ce/coherence-mp-config "21.06"]
Group / Artifact | Type | Version |
---|---|---|
com.oracle.coherence.ce : coherence | jar | 21.06 |
com.oracle.coherence.ce : coherence-cdi | jar | 21.06 |
Group / Artifact | Type | Version |
---|---|---|
jakarta.enterprise : jakarta.enterprise.cdi-api | jar | 2.0.2 |
org.eclipse.microprofile.config : microprofile-config-api | jar | 1.4 |