| Группа | Группаcom.oracle.coherence.ce |
|---|---|
| Идентификатор | Идентификаторcoherence-discovery |
| Версия | Версия14.1.1-0-9 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-discovery/ -->
<dependency>
<groupId>com.oracle.coherence.ce</groupId>
<artifactId>coherence-discovery</artifactId>
<version>14.1.1-0-9</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-discovery/
implementation 'com.oracle.coherence.ce:coherence-discovery:14.1.1-0-9'
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-discovery/
implementation ("com.oracle.coherence.ce:coherence-discovery:14.1.1-0-9")
'com.oracle.coherence.ce:coherence-discovery:jar:14.1.1-0-9'
<dependency org="com.oracle.coherence.ce" name="coherence-discovery" rev="14.1.1-0-9">
<artifact name="coherence-discovery" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.coherence.ce', module='coherence-discovery', version='14.1.1-0-9')
)
libraryDependencies += "com.oracle.coherence.ce" % "coherence-discovery" % "14.1.1-0-9"
[com.oracle.coherence.ce/coherence-discovery "14.1.1-0-9"]