| GroupId | GroupIdcom.oracle.coherence.ce |
|---|---|
| ArtifactId | ArtifactIdcoherence-rest |
| Version | Version14.1.1-0-9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| coherence-rest-14.1.1-0-9.pom | |
| coherence-rest-14.1.1-0-9.jar | 472 KB |
| coherence-rest-14.1.1-0-9-tests.jar | 64 KB |
| coherence-rest-14.1.1-0-9-sources.jar | 105 KB |
| coherence-rest-14.1.1-0-9-javadoc.jar | 556 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-rest/ -->
<dependency>
<groupId>com.oracle.coherence.ce</groupId>
<artifactId>coherence-rest</artifactId>
<version>14.1.1-0-9</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-rest/
implementation 'com.oracle.coherence.ce:coherence-rest:14.1.1-0-9'
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-rest/
implementation ("com.oracle.coherence.ce:coherence-rest:14.1.1-0-9")
'com.oracle.coherence.ce:coherence-rest:jar:14.1.1-0-9'
<dependency org="com.oracle.coherence.ce" name="coherence-rest" rev="14.1.1-0-9">
<artifact name="coherence-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.coherence.ce', module='coherence-rest', version='14.1.1-0-9')
)
libraryDependencies += "com.oracle.coherence.ce" % "coherence-rest" % "14.1.1-0-9"
[com.oracle.coherence.ce/coherence-rest "14.1.1-0-9"]