文件下载
文件名 操作
coherence-grpc-proxy-22.09.jar 下载
coherence-grpc-proxy-22.09.pom 下载
coherence-grpc-proxy-22.09-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.oracle.coherence.ce</groupId>
  <artifactId>coherence-grpc-proxy</artifactId>
  <version>22.09</version>
</dependency>
Gradle Groovy
implementation 'com.oracle.coherence.ce:coherence-grpc-proxy:22.09'
Gradle Kotlin
implementation("com.oracle.coherence.ce:coherence-grpc-proxy:22.09")
Scala SBT
libraryDependencies += "com.oracle.coherence.ce" % "coherence-grpc-proxy" % "22.09"
Groovy Grape
@Grapes(
  @Grab(group='com.oracle.coherence.ce', module='coherence-grpc-proxy', version='22.09')
)
Apache Ivy
<dependency org="com.oracle.coherence.ce" name="coherence-grpc-proxy" rev="22.09" />
Leiningen
[com.oracle.coherence.ce/coherence-grpc-proxy "22.09"]
Apache Buildr
'com.oracle.coherence.ce:coherence-grpc-proxy:jar:22.09'