swim-avro implements an Apache Avro codec that incrementally parses and writes swim-structure values. swim-avro is part of the Swim Core framework.
Add the swim-avro library to your project's dependencies.
compile group: 'org.swimos', name: 'swim-avro', version: '3.10.0'
<dependency>
<groupId>org.swimos</groupId>
<artifactId>swim-avro</artifactId>
<version>3.10.0</version>
</dependency>