| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.oracle.coherence.kafka |
| Идентификатор | Идентификаторcoherence-kafka |
| Версия | Версия1.0.0 |
| Тип | Типpom |
| Описание |
ОписаниеCoherence Kafka
Oracle Coherence integration with Apache Kafka (and Confluent Platform)
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| coherence-kafka-1.0.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.oracle.coherence.kafka/coherence-kafka/ -->
<dependency>
<groupId>com.oracle.coherence.kafka</groupId>
<artifactId>coherence-kafka</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.coherence.kafka/coherence-kafka/
implementation 'com.oracle.coherence.kafka:coherence-kafka:1.0.0'
// https://jarcasting.com/artifacts/com.oracle.coherence.kafka/coherence-kafka/
implementation ("com.oracle.coherence.kafka:coherence-kafka:1.0.0")
'com.oracle.coherence.kafka:coherence-kafka:pom:1.0.0'
<dependency org="com.oracle.coherence.kafka" name="coherence-kafka" rev="1.0.0">
<artifact name="coherence-kafka" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.oracle.coherence.kafka', module='coherence-kafka', version='1.0.0')
)
libraryDependencies += "com.oracle.coherence.kafka" % "coherence-kafka" % "1.0.0"
[com.oracle.coherence.kafka/coherence-kafka "1.0.0"]