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 Updated
  • coherence-eventdistributionpattern-13.0.1

    May 10, 2019
  • coherence-eventdistributionpattern-12.6.1

    May 08, 2019
  • coherence-eventdistributionpattern-13.0.0

    Aug 30, 2017
  • coherence-eventdistributionpattern-12.5.0

    Feb 22, 2017
  • coherence-eventdistributionpattern-12.4.0

    Sep 28, 2016
  • coherence-eventdistributionpattern-11.3.3

    Sep 23, 2016
  • coherence-eventdistributionpattern-11.2.3

    Sep 23, 2016
  • coherence-eventdistributionpattern-11.3.2

    Jun 29, 2016
  • coherence-eventdistributionpattern-12.3.2

    Jun 29, 2016
  • coherence-eventdistributionpattern-11.3.1

    May 06, 2016
  • coherence-eventdistributionpattern-11.2.2

    Nov 18, 2015
  • coherence-eventdistributionpattern-12.3.1

    Aug 06, 2015
  • coherence-eventdistributionpattern-12.3.0

    Dec 10, 2014
  • coherence-eventdistributionpattern-11.2.1

    Oct 23, 2014
  • coherence-eventdistributionpattern-12.2.0

    Apr 12, 2014
  • coherence-eventdistributionpattern-11.3.0

    Apr 12, 2014
  • coherence-eventdistributionpattern-12.1.0

    Dec 05, 2013
  • coherence-eventdistributionpattern-11.2.0

    Nov 22, 2013
  • coherence-eventdistributionpattern-12.0.0

    Sep 09, 2013
  • coherence-eventdistributionpattern-11.1.0

    Aug 08, 2013
  • coherence-eventdistributionpattern-11.0.0

    Feb 26, 2013

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"