| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.mvallim |
| Идентификатор | Идентификаторspring-schema-registry-embedded |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеThe purpose of this module is to solve the problem of multiple keystores using Spring Boot + Kafka + Schema Registry + SSL
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/com.github.mvallim/spring-schema-registry-embedded/ -->
<dependency>
<groupId>com.github.mvallim</groupId>
<artifactId>spring-schema-registry-embedded</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mvallim/spring-schema-registry-embedded/
implementation 'com.github.mvallim:spring-schema-registry-embedded:1.0.0'
// https://jarcasting.com/artifacts/com.github.mvallim/spring-schema-registry-embedded/
implementation ("com.github.mvallim:spring-schema-registry-embedded:1.0.0")
'com.github.mvallim:spring-schema-registry-embedded:jar:1.0.0'
<dependency org="com.github.mvallim" name="spring-schema-registry-embedded" rev="1.0.0">
<artifact name="spring-schema-registry-embedded" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mvallim', module='spring-schema-registry-embedded', version='1.0.0')
)
libraryDependencies += "com.github.mvallim" % "spring-schema-registry-embedded" % "1.0.0"
[com.github.mvallim/spring-schema-registry-embedded "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.1.2.RELEASE |
| commons-cli : commons-cli | jar | 1.4 |
| org.springframework.kafka : spring-kafka-test | jar | 2.2.3.RELEASE |
| com.github.mvallim : spring-schema-registry-test | jar | 1.0.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-library | jar | 1.3 |