Skip to content

Files

Latest commit

1eb1e08 · Jan 13, 2020

History

History
This branch is 377 commits behind swimos/swim:main.

swim.avro

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 13, 2020
Nov 2, 2019
Jan 11, 2020

swim-avro

package documentation chat

swim-avro implements an Apache Avro codec that incrementally parses and writes swim-structure values. swim-avro is part of the Swim Core framework.

Usage

Add the swim-avro library to your project's dependencies.

Gradle

compile group: 'org.swimos', name: 'swim-avro', version: '3.10.0'

Maven

<dependency>
  <groupId>org.swimos</groupId>
  <artifactId>swim-avro</artifactId>
  <version>3.10.0</version>
</dependency>