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