c

coherence-spring-docs

Coherence Spring Reference Documentation
https://github.com/coherence-community/coherence-spring/coherence-spring-docs
The Universal Permissive License (UPL), Version 1.0
Oracle, Inc
Gunnar Hillert Ryan Lubke Vaso Putica Aleks Seovic Jonathan Knight
文件下载
文件名 操作
coherence-spring-docs-3.3.2.jar 下载
coherence-spring-docs-3.3.2.pom 下载
Apache Maven
<dependency>
  <groupId>com.oracle.coherence.spring</groupId>
  <artifactId>coherence-spring-docs</artifactId>
  <version>3.3.2</version>
</dependency>
Gradle Groovy
implementation 'com.oracle.coherence.spring:coherence-spring-docs:3.3.2'
Gradle Kotlin
implementation("com.oracle.coherence.spring:coherence-spring-docs:3.3.2")
Scala SBT
libraryDependencies += "com.oracle.coherence.spring" % "coherence-spring-docs" % "3.3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.oracle.coherence.spring', module='coherence-spring-docs', version='3.3.2')
)
Apache Ivy
<dependency org="com.oracle.coherence.spring" name="coherence-spring-docs" rev="3.3.2" />
Leiningen
[com.oracle.coherence.spring/coherence-spring-docs "3.3.2"]
Apache Buildr
'com.oracle.coherence.spring:coherence-spring-docs:jar:3.3.2'