Categories |
CategoriesHelidon Container Microservices CLI User Interface |
---|---|
GroupId | GroupIdcom.oracle.coherence.ce |
ArtifactId | ArtifactIdcoherence-helidon-client |
Version | Version20.12.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-helidon-client/ -->
<dependency>
<groupId>com.oracle.coherence.ce</groupId>
<artifactId>coherence-helidon-client</artifactId>
<version>20.12.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-helidon-client/
implementation 'com.oracle.coherence.ce:coherence-helidon-client:20.12.2'
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-helidon-client/
implementation ("com.oracle.coherence.ce:coherence-helidon-client:20.12.2")
'com.oracle.coherence.ce:coherence-helidon-client:jar:20.12.2'
<dependency org="com.oracle.coherence.ce" name="coherence-helidon-client" rev="20.12.2">
<artifact name="coherence-helidon-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.coherence.ce', module='coherence-helidon-client', version='20.12.2')
)
libraryDependencies += "com.oracle.coherence.ce" % "coherence-helidon-client" % "20.12.2"
[com.oracle.coherence.ce/coherence-helidon-client "20.12.2"]