MVN

com.oracle.bedrock.coherence : coherence-21.06

Maven & Gradle

Apr 26, 2023
1 usages
51 stars

Bedrock for Coherence 21.06+ · A set of tools to manage and control Oracle Coherence 21.06 processes at runtime.

<dependency>
    <groupId>com.oracle.bedrock.coherence</groupId>
    <artifactId>coherence-21.06</artifactId>
    <version>6.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.oracle.bedrock.coherence : coherence-21.06 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.4
  • Latest Release Candidate: 6.0.0-RC6

All Versions

Choose a version of com.oracle.bedrock.coherence : coherence-21.06 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
coherence-21.06-7.0.2
coherence-21.06-7.0.1
coherence-21.06-7.0.0
6.0.x
coherence-21.06-6.0.4
coherence-21.06-6.0.3
coherence-21.06-6.0.2
coherence-21.06-6.0.1
coherence-21.06-6.0.0
coherence-21.06-6.0.0-RC6
coherence-21.06-6.0.0-RC5
coherence-21.06-6.0.0-RC4
coherence-21.06-6.0.0-RC3
coherence-21.06-6.0.0-RC2
coherence-21.06-6.0.0-RC1
5.1.x
coherence-21.06-5.1.6
coherence-21.06-5.1.5
coherence-21.06-5.1.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.oracle.bedrock.coherence</groupId>
    <artifactId>coherence-21.06</artifactId>
    <version>6.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.oracle.bedrock.coherence : coherence-21.06 gradle dependency to your build.gradle file:

implementation 'com.oracle.bedrock.coherence:coherence-21.06:6.0.4'

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

implementation("com.oracle.bedrock.coherence:coherence-21.06:6.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.oracle.bedrock.coherence : coherence-21.06 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.oracle.bedrock.coherence" % "coherence-21.06" % "6.0.4"

Advertisement