| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.mvallim |
| Идентификатор | Идентификаторspring-schema-registry-parent |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеspring-schema-registry-parent
The purpose of this module is to solve the problem of multiple keystores using Spring Boot + Kafka + Schema Registry + SSL
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| spring-schema-registry-parent-1.0.0.pom | 9 KB |
| Обзор |
<!-- 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"]