GroupId | GroupIdcom.oracle.coherence.ce |
---|---|
ArtifactId | ArtifactIdcoherence-cdi |
Version | Version20.12.2 |
Type | Typejar |
Filename | Size |
---|---|
coherence-cdi-20.12.2.pom | |
coherence-cdi-20.12.2.jar | 198 KB |
coherence-cdi-20.12.2-sources.jar | 87 KB |
coherence-cdi-20.12.2-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>20.12.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-cdi/
implementation 'com.oracle.coherence.ce:coherence-cdi:20.12.2'
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-cdi/
implementation ("com.oracle.coherence.ce:coherence-cdi:20.12.2")
'com.oracle.coherence.ce:coherence-cdi:jar:20.12.2'
<dependency org="com.oracle.coherence.ce" name="coherence-cdi" rev="20.12.2">
<artifact name="coherence-cdi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.coherence.ce', module='coherence-cdi', version='20.12.2')
)
libraryDependencies += "com.oracle.coherence.ce" % "coherence-cdi" % "20.12.2"
[com.oracle.coherence.ce/coherence-cdi "20.12.2"]