r

rxkafka-schemaregistry-client

The aim of this project is develop reactive Kafka schema registry client.
https://github.com/pjgg/tree/master/rxkafka-schemaregistry-client
Apache License version 2.0
Pablo Gonzalez Granados
文件下载
文件名 操作
rxkafka-schemaregistry-client-1.0.0.jar 下载
rxkafka-schemaregistry-client-1.0.0.pom 下载
rxkafka-schemaregistry-client-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.pjgg</groupId>
  <artifactId>rxkafka-schemaregistry-client</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.pjgg:rxkafka-schemaregistry-client:1.0.0'
Gradle Kotlin
implementation("com.github.pjgg:rxkafka-schemaregistry-client:1.0.0")
Scala SBT
libraryDependencies += "com.github.pjgg" % "rxkafka-schemaregistry-client" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.pjgg', module='rxkafka-schemaregistry-client', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.pjgg" name="rxkafka-schemaregistry-client" rev="1.0.0" />
Leiningen
[com.github.pjgg/rxkafka-schemaregistry-client "1.0.0"]
Apache Buildr
'com.github.pjgg:rxkafka-schemaregistry-client:jar:1.0.0'