| License |
License |
|---|---|
| GroupId | GroupIdcom.oracle.coherence.kafka |
| ArtifactId | ArtifactIdcoherence-kafka-core |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionCoherence Kafka Core Integration
Core integration functionality between Coherence and Kafka
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| coherence-kafka-core-1.0.0.pom | |
| coherence-kafka-core-1.0.0.jar | 10 KB |
| coherence-kafka-core-1.0.0-sources.jar | 6 KB |
| coherence-kafka-core-1.0.0-javadoc.jar | 346 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.oracle.coherence.kafka/coherence-kafka-core/ -->
<dependency>
<groupId>com.oracle.coherence.kafka</groupId>
<artifactId>coherence-kafka-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.coherence.kafka/coherence-kafka-core/
implementation 'com.oracle.coherence.kafka:coherence-kafka-core:1.0.0'
// https://jarcasting.com/artifacts/com.oracle.coherence.kafka/coherence-kafka-core/
implementation ("com.oracle.coherence.kafka:coherence-kafka-core:1.0.0")
'com.oracle.coherence.kafka:coherence-kafka-core:jar:1.0.0'
<dependency org="com.oracle.coherence.kafka" name="coherence-kafka-core" rev="1.0.0">
<artifact name="coherence-kafka-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.coherence.kafka', module='coherence-kafka-core', version='1.0.0')
)
libraryDependencies += "com.oracle.coherence.kafka" % "coherence-kafka-core" % "1.0.0"
[com.oracle.coherence.kafka/coherence-kafka-core "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.kafka : kafka-clients | jar | 2.8.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.oracle.coherence.ce : coherence | jar | 21.06.1 |