| License |
License |
|---|---|
| GroupId | GroupIdcom.github.mvallim |
| ArtifactId | ArtifactIdspring-schema-registry-parent |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionspring-schema-registry-parent
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 |
| Filename | Size |
|---|---|
| spring-schema-registry-parent-1.0.0.pom | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mvallim/spring-schema-registry-parent/ -->
<dependency>
<groupId>com.github.mvallim</groupId>
<artifactId>spring-schema-registry-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mvallim/spring-schema-registry-parent/
implementation 'com.github.mvallim:spring-schema-registry-parent:1.0.0'
// https://jarcasting.com/artifacts/com.github.mvallim/spring-schema-registry-parent/
implementation ("com.github.mvallim:spring-schema-registry-parent:1.0.0")
'com.github.mvallim:spring-schema-registry-parent:pom:1.0.0'
<dependency org="com.github.mvallim" name="spring-schema-registry-parent" rev="1.0.0">
<artifact name="spring-schema-registry-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mvallim', module='spring-schema-registry-parent', version='1.0.0')
)
libraryDependencies += "com.github.mvallim" % "spring-schema-registry-parent" % "1.0.0"
[com.github.mvallim/spring-schema-registry-parent "1.0.0"]