License |
License |
---|---|
GroupId | GroupIdcom.github.mvallim |
ArtifactId | ArtifactIdspring-schema-registry |
Version | Version1.0.0 |
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 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>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mvallim/spring-schema-registry/
implementation 'com.github.mvallim:spring-schema-registry:1.0.0'
// https://jarcasting.com/artifacts/com.github.mvallim/spring-schema-registry/
implementation ("com.github.mvallim:spring-schema-registry:1.0.0")
'com.github.mvallim:spring-schema-registry:jar:1.0.0'
<dependency org="com.github.mvallim" name="spring-schema-registry" rev="1.0.0">
<artifact name="spring-schema-registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mvallim', module='spring-schema-registry', version='1.0.0')
)
libraryDependencies += "com.github.mvallim" % "spring-schema-registry" % "1.0.0"
[com.github.mvallim/spring-schema-registry "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core | jar | 5.1.4.RELEASE |
io.confluent » rest-utils | jar | 5.2.1 |
io.confluent » kafka-avro-serializer | jar | 5.2.1 |
org.apache.avro : avro | jar | 1.8.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.apache.kafka : kafka_2.11 | jar | 2.0.1 |
org.slf4j : slf4j-log4j12 | jar | 1.7.25 |