GroupId | GroupIdcom.jashmore |
---|---|
ArtifactId | ArtifactIdspring-cloud-schema-registry-example |
Version | Version3.1.0 |
Type | Typepom |
Filename | Size |
---|---|
spring-cloud-schema-registry-example-3.1.0.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.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"]