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