MVN

com.oracle.coherence.incubator : coherence-common

Maven & Gradle

May 11, 2019
7 usages
38 stars

Coherence Incubator Common · Common Interfaces, Classes and Resources for the Coherence Incubator.

<dependency>
    <groupId>com.oracle.coherence.incubator</groupId>
    <artifactId>coherence-common</artifactId>
    <version>13.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 13.0.1

All Versions

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

Version Vulnerabilities Updated
13.0.x
coherence-common-13.0.1
coherence-common-13.0.0
12.6.x
coherence-common-12.6.1
12.5.x
coherence-common-12.5.0
12.4.x
coherence-common-12.4.0
12.3.x
coherence-common-12.3.2
coherence-common-12.3.1
coherence-common-12.3.0
12.2.x
coherence-common-12.2.0
12.1.x
coherence-common-12.1.0
12.0.x
coherence-common-12.0.0
11.3.x
coherence-common-11.3.3
coherence-common-11.3.2
coherence-common-11.3.1
coherence-common-11.3.0
11.2.x
coherence-common-11.2.3
coherence-common-11.2.2
coherence-common-11.2.1
coherence-common-11.2.0
11.1.x
coherence-common-11.1.0
11.0.x
coherence-common-11.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.oracle.coherence.incubator</groupId>
    <artifactId>coherence-common</artifactId>
    <version>13.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.oracle.coherence.incubator:coherence-common:13.0.1'

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

implementation("com.oracle.coherence.incubator:coherence-common:13.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.oracle.coherence.incubator" % "coherence-common" % "13.0.1"

Advertisement