i

infinispan-avro-hotrod

This module contains the HotRod support for Apache Avro. It requires that the Infinispan server enables querying and storage of Avro objects through the use of the avro-support-server module.
Files download
File Operation
infinispan-avro-hotrod-1.0.jar download
infinispan-avro-hotrod-1.0.pom download
infinispan-avro-hotrod-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.infinispan</groupId>
  <artifactId>infinispan-avro-hotrod</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'org.infinispan:infinispan-avro-hotrod:1.0'
Gradle Kotlin
implementation("org.infinispan:infinispan-avro-hotrod:1.0")
Scala SBT
libraryDependencies += "org.infinispan" % "infinispan-avro-hotrod" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.infinispan', module='infinispan-avro-hotrod', version='1.0')
)
Apache Ivy
<dependency org="org.infinispan" name="infinispan-avro-hotrod" rev="1.0" />
Leiningen
[org.infinispan/infinispan-avro-hotrod "1.0"]
Apache Buildr
'org.infinispan:infinispan-avro-hotrod:jar:1.0'