GroupId | GroupIdcom.oracle.coherence.ce |
---|---|
ArtifactId | ArtifactIdcoherence-cdi-server |
Version | Version20.12 |
Type | Typejar |
Filename | Size |
---|---|
coherence-cdi-server-20.12.pom | |
coherence-cdi-server-20.12.jar | 60 KB |
coherence-cdi-server-20.12-sources.jar | 10 KB |
coherence-cdi-server-20.12-javadoc.jar | 419 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-cdi-server/ -->
<dependency>
<groupId>com.oracle.coherence.ce</groupId>
<artifactId>coherence-cdi-server</artifactId>
<version>20.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-cdi-server/
implementation 'com.oracle.coherence.ce:coherence-cdi-server:20.12'
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-cdi-server/
implementation ("com.oracle.coherence.ce:coherence-cdi-server:20.12")
'com.oracle.coherence.ce:coherence-cdi-server:jar:20.12'
<dependency org="com.oracle.coherence.ce" name="coherence-cdi-server" rev="20.12">
<artifact name="coherence-cdi-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.coherence.ce', module='coherence-cdi-server', version='20.12')
)
libraryDependencies += "com.oracle.coherence.ce" % "coherence-cdi-server" % "20.12"
[com.oracle.coherence.ce/coherence-cdi-server "20.12"]