License |
License |
---|---|
GroupId | GroupIdcom.jashmore |
ArtifactId | ArtifactIdspring-cloud-schema-registry-producer-two |
Version | Version3.1.1 |
Type | Typejar |
Description |
DescriptionJava Dynamic SQS Listener - Spring Starter - Spring Cloud Schema Registry Example - Producer Two
Includes a second example of a service producing messages whose schema is registered in the Spring Cloud Schema Registry
and is in a different format to the first.
|
<!-- https://jarcasting.com/artifacts/com.jashmore/spring-cloud-schema-registry-producer-two/ -->
<dependency>
<groupId>com.jashmore</groupId>
<artifactId>spring-cloud-schema-registry-producer-two</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jashmore/spring-cloud-schema-registry-producer-two/
implementation 'com.jashmore:spring-cloud-schema-registry-producer-two:3.1.1'
// https://jarcasting.com/artifacts/com.jashmore/spring-cloud-schema-registry-producer-two/
implementation ("com.jashmore:spring-cloud-schema-registry-producer-two:3.1.1")
'com.jashmore:spring-cloud-schema-registry-producer-two:jar:3.1.1'
<dependency org="com.jashmore" name="spring-cloud-schema-registry-producer-two" rev="3.1.1">
<artifact name="spring-cloud-schema-registry-producer-two" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jashmore', module='spring-cloud-schema-registry-producer-two', version='3.1.1')
)
libraryDependencies += "com.jashmore" % "spring-cloud-schema-registry-producer-two" % "3.1.1"
[com.jashmore/spring-cloud-schema-registry-producer-two "3.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
com.google.guava : guava | jar | 29.0-jre |
com.jashmore : avro-spring-cloud-schema-registry-sqs-client | jar | 3.1.1 |
software.amazon.awssdk : sqs | jar | |
ch.qos.logback : logback-core | jar | 1.2.3 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |
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 |