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