s

schema-registry-common

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