Categories |
CategoriesHelidon Container Microservices CLI User Interface |
---|---|
GroupId | GroupIdcom.oracle.coherence.ce |
ArtifactId | ArtifactIdcoherence-helidon-client |
Version | Version21.06-M1 |
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>21.06-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-helidon-client/
implementation 'com.oracle.coherence.ce:coherence-helidon-client:21.06-M1'
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-helidon-client/
implementation ("com.oracle.coherence.ce:coherence-helidon-client:21.06-M1")
'com.oracle.coherence.ce:coherence-helidon-client:jar:21.06-M1'
<dependency org="com.oracle.coherence.ce" name="coherence-helidon-client" rev="21.06-M1">
<artifact name="coherence-helidon-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.coherence.ce', module='coherence-helidon-client', version='21.06-M1')
)
libraryDependencies += "com.oracle.coherence.ce" % "coherence-helidon-client" % "21.06-M1"
[com.oracle.coherence.ce/coherence-helidon-client "21.06-M1"]