Download anoa-core-3.1.0.jar file - Jar a

Jar examples for a:anoa-core

Description

Core classes for Anoa library, which aims to be a safe, convenient and fast record de/serialization wrapper for the Avro, Thrift and Jackson libraries, using the functional idioms of Java 8. The anoa-core module tries to keep upstream dependencies to a minimum.

You can download jar file anoa-core 3.1.0 in this page.

Build File

You can use the following script to add anoa-core-3.1.0.jar to your project.

<dependency>
   <groupId>com.adgear</groupId>
   <artifactId>anoa-core</artifactId>
   <version>3.1.0</version>
</dependency>
compile group: 'com.adgear', name: 'anoa-core', version: '3.1.0'
libraryDependencies += "com.adgear" % "anoa-core" % "3.1.0"
<dependency org="com.adgear" name="anoa-core" rev="3.1.0"/>
@Grapes(@Grab(group='com.adgear', module='anoa-core', version='3.1.0'))
'com.adgear:anoa-core:jar:3.1.0'

Download

Click the following link to download the jar file.

anoa-core-3.1.0-javadoc.jar
anoa-core-3.1.0-sources.jar
anoa-core-3.1.0.jar
anoa-core-3.1.0.pom



Related Tutorials