MVN

com.jashmore : spring-cloud-schema-registry-example

Maven & Gradle

Jun 03, 2020
29 stars

Java 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

<dependency>
    <groupId>com.jashmore</groupId>
    <artifactId>spring-cloud-schema-registry-example</artifactId>
    <version>3.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jashmore : spring-cloud-schema-registry-example to add to Maven - Latest Versions:

  • Latest Stable: 3.1.1

All Versions

Choose a version of com.jashmore : spring-cloud-schema-registry-example to add to Maven - All Versions:

Version Vulnerabilities Updated
3.1.x
spring-cloud-schema-registry-example-3.1.1
spring-cloud-schema-registry-example-3.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.jashmore</groupId>
    <artifactId>spring-cloud-schema-registry-example</artifactId>
    <version>3.1.1</version>
</dependency>

Advertisement