is not current version
Last Version 1.0.0

com.github.mvallim:spring-schema-registry-parent 0.0.1

The purpose of this module is to solve the problem of multiple keystores using Spring Boot + Kafka + Schema Registry + SSL

GroupId

GroupId

com.github.mvallim
ArtifactId

ArtifactId

spring-schema-registry-parent
Version

Version

0.0.1
Type

Type

pom

Download spring-schema-registry-parent 0.0.1


<!-- https://jarcasting.com/artifacts/com.github.mvallim/spring-schema-registry-parent/ -->
<dependency>
    <groupId>com.github.mvallim</groupId>
    <artifactId>spring-schema-registry-parent</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mvallim/spring-schema-registry-parent/
implementation 'com.github.mvallim:spring-schema-registry-parent:0.0.1'
// https://jarcasting.com/artifacts/com.github.mvallim/spring-schema-registry-parent/
implementation ("com.github.mvallim:spring-schema-registry-parent:0.0.1")
'com.github.mvallim:spring-schema-registry-parent:pom:0.0.1'
<dependency org="com.github.mvallim" name="spring-schema-registry-parent" rev="0.0.1">
  <artifact name="spring-schema-registry-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mvallim', module='spring-schema-registry-parent', version='0.0.1')
)
libraryDependencies += "com.github.mvallim" % "spring-schema-registry-parent" % "0.0.1"
[com.github.mvallim/spring-schema-registry-parent "0.0.1"]