is not current version
Last Version 3.1.1

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

Contains examples for serializing messages using Avro and storing these Schema Definitions in the Spring Cloud Schema Registry

GroupId

GroupId

com.jashmore
ArtifactId

ArtifactId

spring-cloud-schema-registry-example
Version

Version

3.1.0
Type

Type

pom

Download spring-cloud-schema-registry-example 3.1.0


<!-- 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.0</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.0'
// https://jarcasting.com/artifacts/com.jashmore/spring-cloud-schema-registry-example/
implementation ("com.jashmore:spring-cloud-schema-registry-example:3.1.0")
'com.jashmore:spring-cloud-schema-registry-example:pom:3.1.0'
<dependency org="com.jashmore" name="spring-cloud-schema-registry-example" rev="3.1.0">
  <artifact name="spring-cloud-schema-registry-example" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jashmore', module='spring-cloud-schema-registry-example', version='3.1.0')
)
libraryDependencies += "com.jashmore" % "spring-cloud-schema-registry-example" % "3.1.0"
[com.jashmore/spring-cloud-schema-registry-example "3.1.0"]