Download coherence-eventdistributionpattern-12.2.0.jar file - Jar c

Jar examples for c:coherence-eventdistributionpattern

Description

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.

You can download jar file coherence-eventdistributionpattern 12.2.0 in this page.

Build File

You can use the following script to add coherence-eventdistributionpattern-12.2.0.jar to your project.

<dependency>
   <groupId>com.oracle.coherence.incubator</groupId>
   <artifactId>coherence-eventdistributionpattern</artifactId>
   <version>12.2.0</version>
</dependency>
compile group: 'com.oracle.coherence.incubator', name: 'coherence-eventdistributionpattern', version: '12.2.0'
libraryDependencies += "com.oracle.coherence.incubator" % "coherence-eventdistributionpattern" % "12.2.0"
<dependency org="com.oracle.coherence.incubator" name="coherence-eventdistributionpattern" rev="12.2.0"/>
@Grapes(@Grab(group='com.oracle.coherence.incubator', module='coherence-eventdistributionpattern', version='12.2.0'))
'com.oracle.coherence.incubator:coherence-eventdistributionpattern:jar:12.2.0'

Download

Click the following link to download the jar file.

coherence-eventdistributionpattern-12.2.0-javadoc.jar
coherence-eventdistributionpattern-12.2.0-sources.jar
coherence-eventdistributionpattern-12.2.0.jar
coherence-eventdistributionpattern-12.2.0.pom



Related Tutorials