Download anoa-core-3.0.0-beta-1.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.0.0-beta-1 in this page.

Build File

You can use the following script to add anoa-core-3.0.0-beta-1.jar to your project.

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

Download

Click the following link to download the jar file.

anoa-core-3.0.0-beta-1-javadoc.jar
anoa-core-3.0.0-beta-1-sources.jar
anoa-core-3.0.0-beta-1.jar
anoa-core-3.0.0-beta-1.pom



Related Tutorials