| GroupId | GroupIdcom.oracle.coherence.ce |
|---|---|
| ArtifactId | ArtifactIdcoherence-discovery |
| Version | Version20.12 |
| Type | Typejar |
| Filename | Size |
|---|---|
| coherence-discovery-20.12.pom | |
| coherence-discovery-20.12.jar | 70 KB |
| coherence-discovery-20.12-sources.jar | 13 KB |
| coherence-discovery-20.12-javadoc.jar | 414 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-discovery/ -->
<dependency>
<groupId>com.oracle.coherence.ce</groupId>
<artifactId>coherence-discovery</artifactId>
<version>20.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-discovery/
implementation 'com.oracle.coherence.ce:coherence-discovery:20.12'
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-discovery/
implementation ("com.oracle.coherence.ce:coherence-discovery:20.12")
'com.oracle.coherence.ce:coherence-discovery:jar:20.12'
<dependency org="com.oracle.coherence.ce" name="coherence-discovery" rev="20.12">
<artifact name="coherence-discovery" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.coherence.ce', module='coherence-discovery', version='20.12')
)
libraryDependencies += "com.oracle.coherence.ce" % "coherence-discovery" % "20.12"
[com.oracle.coherence.ce/coherence-discovery "20.12"]