GroupId | GroupIdcom.oracle.coherence.ce |
---|---|
ArtifactId | ArtifactIdcoherence-cdi |
Version | Version21.06-M1 |
Type | Typejar |
Filename | Size |
---|---|
coherence-cdi-21.06-M1.pom | |
coherence-cdi-21.06-M1.jar | 198 KB |
coherence-cdi-21.06-M1-sources.jar | 87 KB |
coherence-cdi-21.06-M1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-cdi/ -->
<dependency>
<groupId>com.oracle.coherence.ce</groupId>
<artifactId>coherence-cdi</artifactId>
<version>21.06-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-cdi/
implementation 'com.oracle.coherence.ce:coherence-cdi:21.06-M1'
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-cdi/
implementation ("com.oracle.coherence.ce:coherence-cdi:21.06-M1")
'com.oracle.coherence.ce:coherence-cdi:jar:21.06-M1'
<dependency org="com.oracle.coherence.ce" name="coherence-cdi" rev="21.06-M1">
<artifact name="coherence-cdi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.coherence.ce', module='coherence-cdi', version='21.06-M1')
)
libraryDependencies += "com.oracle.coherence.ce" % "coherence-cdi" % "21.06-M1"
[com.oracle.coherence.ce/coherence-cdi "21.06-M1"]