is not current version
Last Version 3.1.2

com.adgear:anoa 2.0.1

Anoa v2.x 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.

GroupId

GroupId

com.adgear
ArtifactId

ArtifactId

anoa
Version

Version

2.0.1
Type

Type

pom

Download anoa 2.0.1

Filename Size
anoa-2.0.1.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/com.adgear/anoa/ -->
<dependency>
    <groupId>com.adgear</groupId>
    <artifactId>anoa</artifactId>
    <version>2.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.adgear/anoa/
implementation 'com.adgear:anoa:2.0.1'
// https://jarcasting.com/artifacts/com.adgear/anoa/
implementation ("com.adgear:anoa:2.0.1")
'com.adgear:anoa:pom:2.0.1'
<dependency org="com.adgear" name="anoa" rev="2.0.1">
  <artifact name="anoa" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.adgear', module='anoa', version='2.0.1')
)
libraryDependencies += "com.adgear" % "anoa" % "2.0.1"
[com.adgear/anoa "2.0.1"]