a

anoa-core

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.
Files download
File Operation
anoa-core-3.1.1.jar download
anoa-core-3.1.1.pom download
anoa-core-3.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.adgear</groupId>
  <artifactId>anoa-core</artifactId>
  <version>3.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.adgear:anoa-core:3.1.1'
Gradle Kotlin
implementation("com.adgear:anoa-core:3.1.1")
Scala SBT
libraryDependencies += "com.adgear" % "anoa-core" % "3.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.adgear', module='anoa-core', version='3.1.1')
)
Apache Ivy
<dependency org="com.adgear" name="anoa-core" rev="3.1.1" />
Leiningen
[com.adgear/anoa-core "3.1.1"]
Apache Buildr
'com.adgear:anoa-core:jar:3.1.1'