License |
License |
---|---|
GroupId | GroupIdcom.adgear |
ArtifactId | ArtifactIdanoa-core |
Version | Version3.1.2 |
Type | Typejar |
Description |
DescriptionCore 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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
anoa-core-3.1.2.pom | |
anoa-core-3.1.2.jar | 154 KB |
anoa-core-3.1.2-sources.jar | 65 KB |
anoa-core-3.1.2-javadoc.jar | 186 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.adgear/anoa-core/ -->
<dependency>
<groupId>com.adgear</groupId>
<artifactId>anoa-core</artifactId>
<version>3.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.adgear/anoa-core/
implementation 'com.adgear:anoa-core:3.1.2'
// https://jarcasting.com/artifacts/com.adgear/anoa-core/
implementation ("com.adgear:anoa-core:3.1.2")
'com.adgear:anoa-core:jar:3.1.2'
<dependency org="com.adgear" name="anoa-core" rev="3.1.2">
<artifact name="anoa-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.adgear', module='anoa-core', version='3.1.2')
)
libraryDependencies += "com.adgear" % "anoa-core" % "3.1.2"
[com.adgear/anoa-core "3.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jooq : jool | jar | 0.9.8 |
com.fasterxml.jackson.core : jackson-core | jar | 2.7.3 |
org.apache.avro : avro | jar | 1.7.7 |
org.apache.avro : avro-thrift | jar | 1.7.7 |
org.apache.avro : avro-protobuf | jar | 1.7.7 |
org.apache.thrift : libthrift | jar | 0.9.3 |
com.google.protobuf : protobuf-java | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.7.3 |
junit : junit | jar | 4.12 |