Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.oracle.coherence.ce |
ArtifactId | ArtifactIdcoherence-mp-config |
Version | Version20.06.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-mp-config/ -->
<dependency>
<groupId>com.oracle.coherence.ce</groupId>
<artifactId>coherence-mp-config</artifactId>
<version>20.06.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-mp-config/
implementation 'com.oracle.coherence.ce:coherence-mp-config:20.06.1'
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-mp-config/
implementation ("com.oracle.coherence.ce:coherence-mp-config:20.06.1")
'com.oracle.coherence.ce:coherence-mp-config:jar:20.06.1'
<dependency org="com.oracle.coherence.ce" name="coherence-mp-config" rev="20.06.1">
<artifact name="coherence-mp-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.coherence.ce', module='coherence-mp-config', version='20.06.1')
)
libraryDependencies += "com.oracle.coherence.ce" % "coherence-mp-config" % "20.06.1"
[com.oracle.coherence.ce/coherence-mp-config "20.06.1"]