Files download
File Operation
spring-schema-registry-test-0.0.1.jar download
spring-schema-registry-test-0.0.1.pom download
spring-schema-registry-test-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mvallim</groupId>
  <artifactId>spring-schema-registry-test</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.mvallim:spring-schema-registry-test:0.0.1'
Gradle Kotlin
implementation("com.github.mvallim:spring-schema-registry-test:0.0.1")
Scala SBT
libraryDependencies += "com.github.mvallim" % "spring-schema-registry-test" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mvallim', module='spring-schema-registry-test', version='0.0.1')
)
Apache Ivy
<dependency org="com.github.mvallim" name="spring-schema-registry-test" rev="0.0.1" />
Leiningen
[com.github.mvallim/spring-schema-registry-test "0.0.1"]
Apache Buildr
'com.github.mvallim:spring-schema-registry-test:jar:0.0.1'