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
Files download
File Operation
coherence-spring-docs-3.2.0.jar download
coherence-spring-docs-3.2.0.pom download
Apache Maven
<dependency>
  <groupId>com.oracle.coherence.spring</groupId>
  <artifactId>coherence-spring-docs</artifactId>
  <version>3.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.oracle.coherence.spring:coherence-spring-docs:3.2.0'
Gradle Kotlin
implementation("com.oracle.coherence.spring:coherence-spring-docs:3.2.0")
Scala SBT
libraryDependencies += "com.oracle.coherence.spring" % "coherence-spring-docs" % "3.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.oracle.coherence.spring', module='coherence-spring-docs', version='3.2.0')
)
Apache Ivy
<dependency org="com.oracle.coherence.spring" name="coherence-spring-docs" rev="3.2.0" />
Leiningen
[com.oracle.coherence.spring/coherence-spring-docs "3.2.0"]
Apache Buildr
'com.oracle.coherence.spring:coherence-spring-docs:jar:3.2.0'