| Группа | Группаorg.wso2.ei |
|---|---|
| Идентификатор | Идентификаторkafka-avro-consumer |
| Версия | Версия4.0.0-m7 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| kafka-avro-consumer-4.0.0-m7.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wso2.ei/kafka-avro-consumer/ -->
<dependency>
<groupId>org.wso2.ei</groupId>
<artifactId>kafka-avro-consumer</artifactId>
<version>4.0.0-m7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.ei/kafka-avro-consumer/
implementation 'org.wso2.ei:kafka-avro-consumer:4.0.0-m7'
// https://jarcasting.com/artifacts/org.wso2.ei/kafka-avro-consumer/
implementation ("org.wso2.ei:kafka-avro-consumer:4.0.0-m7")
'org.wso2.ei:kafka-avro-consumer:pom:4.0.0-m7'
<dependency org="org.wso2.ei" name="kafka-avro-consumer" rev="4.0.0-m7">
<artifact name="kafka-avro-consumer" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.ei', module='kafka-avro-consumer', version='4.0.0-m7')
)
libraryDependencies += "org.wso2.ei" % "kafka-avro-consumer" % "4.0.0-m7"
[org.wso2.ei/kafka-avro-consumer "4.0.0-m7"]