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
Files download
File Operation
rxkafka-schemaregistry-client-1.2.0.jar download
rxkafka-schemaregistry-client-1.2.0.pom download
rxkafka-schemaregistry-client-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.pjgg</groupId>
  <artifactId>rxkafka-schemaregistry-client</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.pjgg:rxkafka-schemaregistry-client:1.2.0'
Gradle Kotlin
implementation("com.github.pjgg:rxkafka-schemaregistry-client:1.2.0")
Scala SBT
libraryDependencies += "com.github.pjgg" % "rxkafka-schemaregistry-client" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.pjgg', module='rxkafka-schemaregistry-client', version='1.2.0')
)
Apache Ivy
<dependency org="com.github.pjgg" name="rxkafka-schemaregistry-client" rev="1.2.0" />
Leiningen
[com.github.pjgg/rxkafka-schemaregistry-client "1.2.0"]
Apache Buildr
'com.github.pjgg:rxkafka-schemaregistry-client:jar:1.2.0'