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