MVN

com.adgear : anoa-core

Maven & Gradle

Dec 22, 2016
2 usages
6 stars

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.

<dependency>
    <groupId>com.adgear</groupId>
    <artifactId>anoa-core</artifactId>
    <version>3.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.adgear : anoa-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.2
  • Latest Beta: 3.0.0-beta-1
  • Latest Alpha: 2.0.0-alpha-02

All Versions

Choose a version of com.adgear : anoa-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
anoa-core-3.1.2
anoa-core-3.1.1
anoa-core-3.1.0
3.0.x
anoa-core-3.0.0
anoa-core-3.0.0-beta-1
2.1.x
anoa-core-2.1.0
2.0.x
anoa-core-2.0.3
anoa-core-2.0.2
anoa-core-2.0.1
anoa-core-2.0.0
anoa-core-2.0.0-beta-05
anoa-core-2.0.0-beta-04
anoa-core-2.0.0-beta-03
anoa-core-2.0.0-beta-02
anoa-core-2.0.0-beta-01
anoa-core-2.0.0-alpha-02

How to add a dependency to Maven

Add the following com.adgear : anoa-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.adgear</groupId>
    <artifactId>anoa-core</artifactId>
    <version>3.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.adgear : anoa-core gradle dependency to your build.gradle file:

implementation 'com.adgear:anoa-core:3.1.2'

Gradle Kotlin DSL: Add the following com.adgear : anoa-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.adgear:anoa-core:3.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.adgear : anoa-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.adgear" % "anoa-core" % "3.1.2"

Advertisement

Dependencies from Group

Dec 23, 2015
2 usages
6 stars
Dec 22, 2016
2 usages
6 stars
Dec 22, 2016
1 usages
7 stars
Dec 22, 2016
1 usages
6 stars
Dec 23, 2015
6 stars

Discover Dependencies