| Группа | Группаcom.oracle.coherence.ce |
|---|---|
| Идентификатор | Идентификаторcoherence-rest |
| Версия | Версия14.1.1-0-5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| coherence-rest-14.1.1-0-5.pom | |
| coherence-rest-14.1.1-0-5.jar | 1 MB |
| coherence-rest-14.1.1-0-5-tests.jar | 72 KB |
| coherence-rest-14.1.1-0-5-sources.jar | 101 KB |
| coherence-rest-14.1.1-0-5-javadoc.jar | 547 KB |
| Обзор |
<!-- 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-5</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-rest/
implementation 'com.oracle.coherence.ce:coherence-rest:14.1.1-0-5'
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-rest/
implementation ("com.oracle.coherence.ce:coherence-rest:14.1.1-0-5")
'com.oracle.coherence.ce:coherence-rest:jar:14.1.1-0-5'
<dependency org="com.oracle.coherence.ce" name="coherence-rest" rev="14.1.1-0-5">
<artifact name="coherence-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.coherence.ce', module='coherence-rest', version='14.1.1-0-5')
)
libraryDependencies += "com.oracle.coherence.ce" % "coherence-rest" % "14.1.1-0-5"
[com.oracle.coherence.ce/coherence-rest "14.1.1-0-5"]