a

avro-registry-in-source

Provides accessor methods for serializing Avro messages stored in a JAR
https://github.com/MoebiusSolutions/avro-registry-in-source
Files download
File Operation
avro-registry-in-source-1.8.jar download
avro-registry-in-source-1.8.pom download
avro-registry-in-source-1.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.MoebiusSolutions.avro-registry-in-source</groupId>
  <artifactId>avro-registry-in-source</artifactId>
  <version>1.8</version>
</dependency>
Gradle Groovy
implementation 'com.github.MoebiusSolutions.avro-registry-in-source:avro-registry-in-source:1.8'
Gradle Kotlin
implementation("com.github.MoebiusSolutions.avro-registry-in-source:avro-registry-in-source:1.8")
Scala SBT
libraryDependencies += "com.github.MoebiusSolutions.avro-registry-in-source" % "avro-registry-in-source" % "1.8"
Groovy Grape
@Grapes(
  @Grab(group='com.github.MoebiusSolutions.avro-registry-in-source', module='avro-registry-in-source', version='1.8')
)
Apache Ivy
<dependency org="com.github.MoebiusSolutions.avro-registry-in-source" name="avro-registry-in-source" rev="1.8" />
Leiningen
[com.github.MoebiusSolutions.avro-registry-in-source/avro-registry-in-source "1.8"]
Apache Buildr
'com.github.MoebiusSolutions.avro-registry-in-source:avro-registry-in-source:jar:1.8'