MVN

com.oracle.coherence.spring : coherence-spring-parent

Maven & Gradle

Jul 05, 2023
25 stars

Coherence Spring Project · The Oracle Coherence Spring project provides support for using Spring with Coherence and vice-versa.

<dependency>
    <groupId>com.oracle.coherence.spring</groupId>
    <artifactId>coherence-spring-parent</artifactId>
    <version>4.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.oracle.coherence.spring : coherence-spring-parent to add to Maven - Latest Versions:

  • Latest Stable: 4.0.0

All Versions

Choose a version of com.oracle.coherence.spring : coherence-spring-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
4.0.x
coherence-spring-parent-4.0.0
3.3.x
coherence-spring-parent-3.3.3
coherence-spring-parent-3.3.2
coherence-spring-parent-3.3.1
coherence-spring-parent-3.3.0.1
coherence-spring-parent-3.3.0
3.2.x
coherence-spring-parent-3.2.0
3.1.x
coherence-spring-parent-3.1.0
3.0.x
coherence-spring-parent-3.0.0
coherence-spring-parent-3.0.0-M2
coherence-spring-parent-3.0.0-M1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.oracle.coherence.spring</groupId>
    <artifactId>coherence-spring-parent</artifactId>
    <version>4.0.0</version>
</dependency>

Advertisement