MVN

com.oracle.coherence.spring : coherence-spring-boot-starter

Maven & Gradle

Nov 07, 2022
1 usages
18 stars

Coherence Spring Boot Starter · Coherence Spring Boot Starter + Autoconfiguration

<dependency>
    <groupId>com.oracle.coherence.spring</groupId>
    <artifactId>coherence-spring-boot-starter</artifactId>
    <version>3.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.oracle.coherence.spring : coherence-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.2

All Versions

Choose a version of com.oracle.coherence.spring : coherence-spring-boot-starter to add to Maven or Gradle - All Versions:

  • Version Updated
  • coherence-spring-boot-starter-3.3.2

    Nov 07, 2022
  • coherence-spring-boot-starter-3.3.0.1

    Sep 09, 2022
  • coherence-spring-boot-starter-3.3.1

    Sep 09, 2022
  • coherence-spring-boot-starter-3.3.0

    Jul 02, 2022
  • coherence-spring-boot-starter-3.2.0

    Apr 26, 2022
  • coherence-spring-boot-starter-3.1.0

    Jan 21, 2022
  • coherence-spring-boot-starter-3.0.0

    Sep 07, 2021
  • coherence-spring-boot-starter-3.0.0-M2

    Jul 11, 2021
  • coherence-spring-boot-starter-3.0.0-M1

    May 10, 2021

How to add a dependency to Maven

Add the following com.oracle.coherence.spring : coherence-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.oracle.coherence.spring</groupId>
    <artifactId>coherence-spring-boot-starter</artifactId>
    <version>3.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.oracle.coherence.spring : coherence-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'com.oracle.coherence.spring:coherence-spring-boot-starter:3.3.2'

Gradle Kotlin DSL: Add the following com.oracle.coherence.spring : coherence-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.oracle.coherence.spring:coherence-spring-boot-starter:3.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.oracle.coherence.spring : coherence-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.oracle.coherence.spring" % "coherence-spring-boot-starter" % "3.3.2"