License |
License |
---|---|
GroupId | GroupIdcom.github.mvallim |
ArtifactId | ArtifactIdspring-schema-registry |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-schema-registry
The purpose of this module is to solve the problem of multiple keystores using Spring Boot + Kafka + Schema Registry + SSL
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.github.mvallim/spring-schema-registry/ -->
<dependency>
<groupId>com.github.mvallim</groupId>
<artifactId>spring-schema-registry</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mvallim/spring-schema-registry/
implementation 'com.github.mvallim:spring-schema-registry:2.0.0'
// https://jarcasting.com/artifacts/com.github.mvallim/spring-schema-registry/
implementation ("com.github.mvallim:spring-schema-registry:2.0.0")
'com.github.mvallim:spring-schema-registry:jar:2.0.0'
<dependency org="com.github.mvallim" name="spring-schema-registry" rev="2.0.0">
<artifact name="spring-schema-registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mvallim', module='spring-schema-registry', version='2.0.0')
)
libraryDependencies += "com.github.mvallim" % "spring-schema-registry" % "2.0.0"
[com.github.mvallim/spring-schema-registry "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core | jar | |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
io.confluent » rest-utils | jar | 5.3.1 |
io.confluent » kafka-avro-serializer | jar | 5.3.1 |
org.apache.avro : avro | jar | 1.9.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | |
org.hamcrest : hamcrest-library | jar | |
org.apache.kafka : kafka_2.11 | jar | |
ch.qos.logback : logback-classic | jar | |
org.assertj : assertj-core | jar |