Categories |
CategoriesgRPC Net Networking |
---|---|
GroupId | GroupIdcom.oracle.coherence.ce |
ArtifactId | ArtifactIdcoherence-grpc-proxy |
Version | Version21.06-M1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-grpc-proxy/ -->
<dependency>
<groupId>com.oracle.coherence.ce</groupId>
<artifactId>coherence-grpc-proxy</artifactId>
<version>21.06-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-grpc-proxy/
implementation 'com.oracle.coherence.ce:coherence-grpc-proxy:21.06-M1'
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-grpc-proxy/
implementation ("com.oracle.coherence.ce:coherence-grpc-proxy:21.06-M1")
'com.oracle.coherence.ce:coherence-grpc-proxy:jar:21.06-M1'
<dependency org="com.oracle.coherence.ce" name="coherence-grpc-proxy" rev="21.06-M1">
<artifact name="coherence-grpc-proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.coherence.ce', module='coherence-grpc-proxy', version='21.06-M1')
)
libraryDependencies += "com.oracle.coherence.ce" % "coherence-grpc-proxy" % "21.06-M1"
[com.oracle.coherence.ce/coherence-grpc-proxy "21.06-M1"]