Categories |
CategoriesgRPC Net Networking |
---|---|
GroupId | GroupIdcom.oracle.coherence.ce |
ArtifactId | ArtifactIdcoherence-grpc |
Version | Version20.12 |
Type | Typejar |
Filename | Size |
---|---|
coherence-grpc-20.12.pom | |
coherence-grpc-20.12.jar | 520 KB |
coherence-grpc-20.12-sources.jar | 210 KB |
coherence-grpc-20.12-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>20.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-grpc/
implementation 'com.oracle.coherence.ce:coherence-grpc:20.12'
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-grpc/
implementation ("com.oracle.coherence.ce:coherence-grpc:20.12")
'com.oracle.coherence.ce:coherence-grpc:jar:20.12'
<dependency org="com.oracle.coherence.ce" name="coherence-grpc" rev="20.12">
<artifact name="coherence-grpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.coherence.ce', module='coherence-grpc', version='20.12')
)
libraryDependencies += "com.oracle.coherence.ce" % "coherence-grpc" % "20.12"
[com.oracle.coherence.ce/coherence-grpc "20.12"]