| GroupId | GroupIdcom.oracle.coherence.ce |
|---|---|
| ArtifactId | ArtifactIdcoherence-rest |
| Version | Version14.1.1-0-4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| coherence-rest-14.1.1-0-4.pom | |
| coherence-rest-14.1.1-0-4.jar | 1 MB |
| coherence-rest-14.1.1-0-4-tests.jar | 72 KB |
| coherence-rest-14.1.1-0-4-sources.jar | 101 KB |
| coherence-rest-14.1.1-0-4-javadoc.jar | 547 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-4</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-rest/
implementation 'com.oracle.coherence.ce:coherence-rest:14.1.1-0-4'
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-rest/
implementation ("com.oracle.coherence.ce:coherence-rest:14.1.1-0-4")
'com.oracle.coherence.ce:coherence-rest:jar:14.1.1-0-4'
<dependency org="com.oracle.coherence.ce" name="coherence-rest" rev="14.1.1-0-4">
<artifact name="coherence-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.coherence.ce', module='coherence-rest', version='14.1.1-0-4')
)
libraryDependencies += "com.oracle.coherence.ce" % "coherence-rest" % "14.1.1-0-4"
[com.oracle.coherence.ce/coherence-rest "14.1.1-0-4"]