MVN

com.oracle.coherence.incubator : coherence-eventdistributionpattern

Maven & Gradle

May 11, 2019
2 usages
38 stars

Coherence Incubator Event Distribution Pattern · Provides a mechanism to distribute application events over multiple channels. While core infrastructure for the Push Replication Pattern, this pattern may be used directly by applications for local and/or global event distribution.

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

Latest Version

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

  • Latest Stable: 13.0.1

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.oracle.coherence.incubator</groupId>
    <artifactId>coherence-eventdistributionpattern</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-eventdistributionpattern gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement