Skip to content
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.
Tatu Saloranta edited this page Jun 18, 2014 · 4 revisions

Jackson Dataformat: Avro

License

Project is licensed under Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)

Documentation

Javadocs for 2.x:

Artifacts

Most commonly artifacts are accessed using Maven, via Maven 2 repositories.

  • Group id: com.fasterxml.jackson.dataformat
  • Artifact id: jackson-dataformat-avro

New releases are released through Sonatype Maven repository, from which they are automatically copied (with an hour of delay) to the Central Maven repository.

Here are quick links to the central Maven repository for manual downloading:

  • 2.4: 2.4.1 (17-Jun-2014)

Snapshots are available Sonatype Maven Snapshot repository:

<snapshotRepository>
  <id>sonatype-nexus-snapshots</id>
  <name>Sonatype Nexus Snapshots</name>
  <url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
Clone this wiki locally