| GroupId | GroupIdcom.oracle.coherence.ce |
|---|---|
| ArtifactId | ArtifactIdcoherence-rest |
| Version | Version20.12.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| coherence-rest-20.12.2.pom | |
| coherence-rest-20.12.2.jar | 1 MB |
| coherence-rest-20.12.2-tests.jar | 72 KB |
| coherence-rest-20.12.2-sources.jar | 101 KB |
| coherence-rest-20.12.2-javadoc.jar | 945 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-rest/ -->
<dependency>
<groupId>com.oracle.coherence.ce</groupId>
<artifactId>coherence-rest</artifactId>
<version>20.12.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-rest/
implementation 'com.oracle.coherence.ce:coherence-rest:20.12.2'
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-rest/
implementation ("com.oracle.coherence.ce:coherence-rest:20.12.2")
'com.oracle.coherence.ce:coherence-rest:jar:20.12.2'
<dependency org="com.oracle.coherence.ce" name="coherence-rest" rev="20.12.2">
<artifact name="coherence-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.coherence.ce', module='coherence-rest', version='20.12.2')
)
libraryDependencies += "com.oracle.coherence.ce" % "coherence-rest" % "20.12.2"
[com.oracle.coherence.ce/coherence-rest "20.12.2"]