Files download
File Operation
coherence-grpc-proxy-21.12.4.jar download
coherence-grpc-proxy-21.12.4.pom download
coherence-grpc-proxy-21.12.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.oracle.coherence.ce</groupId>
  <artifactId>coherence-grpc-proxy</artifactId>
  <version>21.12.4</version>
</dependency>
Gradle Groovy
implementation 'com.oracle.coherence.ce:coherence-grpc-proxy:21.12.4'
Gradle Kotlin
implementation("com.oracle.coherence.ce:coherence-grpc-proxy:21.12.4")
Scala SBT
libraryDependencies += "com.oracle.coherence.ce" % "coherence-grpc-proxy" % "21.12.4"
Groovy Grape
@Grapes(
  @Grab(group='com.oracle.coherence.ce', module='coherence-grpc-proxy', version='21.12.4')
)
Apache Ivy
<dependency org="com.oracle.coherence.ce" name="coherence-grpc-proxy" rev="21.12.4" />
Leiningen
[com.oracle.coherence.ce/coherence-grpc-proxy "21.12.4"]
Apache Buildr
'com.oracle.coherence.ce:coherence-grpc-proxy:jar:21.12.4'