| Категории |
КатегорииJSON Данные |
|---|---|
| Группа | Группаcom.oracle.coherence.ce |
| Идентификатор | Идентификаторcoherence-json |
| Версия | Версия20.12.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| coherence-json-20.12.2.pom | |
| coherence-json-20.12.2.jar | 793 KB |
| coherence-json-20.12.2-sources.jar | 230 KB |
| coherence-json-20.12.2-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-json/ -->
<dependency>
<groupId>com.oracle.coherence.ce</groupId>
<artifactId>coherence-json</artifactId>
<version>20.12.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-json/
implementation 'com.oracle.coherence.ce:coherence-json:20.12.2'
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-json/
implementation ("com.oracle.coherence.ce:coherence-json:20.12.2")
'com.oracle.coherence.ce:coherence-json:jar:20.12.2'
<dependency org="com.oracle.coherence.ce" name="coherence-json" rev="20.12.2">
<artifact name="coherence-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.coherence.ce', module='coherence-json', version='20.12.2')
)
libraryDependencies += "com.oracle.coherence.ce" % "coherence-json" % "20.12.2"
[com.oracle.coherence.ce/coherence-json "20.12.2"]