License |
License |
---|---|
GroupId | GroupIdcom.jashmore |
ArtifactId | ArtifactIdspring-cloud-schema-registry-example |
Version | Version3.1.1 |
Type | Typepom |
Description |
DescriptionJava Dynamic SQS Listener - Spring Starter - Spring Cloud Schema Registry Example
Contains examples for serializing messages using Avro and storing these Schema Definitions in the Spring Cloud Schema Registry
|
Filename | Size |
---|---|
spring-cloud-schema-registry-example-3.1.1.pom | 1015 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.jashmore/spring-cloud-schema-registry-example/ -->
<dependency>
<groupId>com.jashmore</groupId>
<artifactId>spring-cloud-schema-registry-example</artifactId>
<version>3.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jashmore/spring-cloud-schema-registry-example/
implementation 'com.jashmore:spring-cloud-schema-registry-example:3.1.1'
// https://jarcasting.com/artifacts/com.jashmore/spring-cloud-schema-registry-example/
implementation ("com.jashmore:spring-cloud-schema-registry-example:3.1.1")
'com.jashmore:spring-cloud-schema-registry-example:pom:3.1.1'
<dependency org="com.jashmore" name="spring-cloud-schema-registry-example" rev="3.1.1">
<artifact name="spring-cloud-schema-registry-example" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jashmore', module='spring-cloud-schema-registry-example', version='3.1.1')
)
libraryDependencies += "com.jashmore" % "spring-cloud-schema-registry-example" % "3.1.1"
[com.jashmore/spring-cloud-schema-registry-example "3.1.1"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-core | jar | 1.2.3 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
net.jcip : jcip-annotations | jar | 1.0 |
com.github.spotbugs : spotbugs-annotations | jar | 4.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.6.2 |
org.mockito : mockito-junit-jupiter | jar | 3.3.3 |
org.mockito : mockito-core | jar | 3.3.3 |
org.hamcrest : hamcrest | jar | 2.2 |
org.assertj : assertj-core | jar | 3.12.2 |