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