License |
License |
---|---|
GroupId | GroupIdcom.rtbhouse |
ArtifactId | ArtifactIdavro-fastserde |
Version | Version1.0.7 |
Type | Typejar |
Description |
Descriptionavro-fastserde
Fast Apache Avro serialization/deserialization library.
|
Project URL |
Project URL |
Filename | Size |
---|---|
avro-fastserde-1.0.7.pom | |
avro-fastserde-1.0.7.jar | 65 KB |
avro-fastserde-1.0.7-sources.jar | 1 MB |
avro-fastserde-1.0.7-javadoc.jar | 114 KB |
avro-fastserde-1.0.7-benchmarks.jar | 11 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rtbhouse/avro-fastserde/ -->
<dependency>
<groupId>com.rtbhouse</groupId>
<artifactId>avro-fastserde</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.rtbhouse/avro-fastserde/
implementation 'com.rtbhouse:avro-fastserde:1.0.7'
// https://jarcasting.com/artifacts/com.rtbhouse/avro-fastserde/
implementation ("com.rtbhouse:avro-fastserde:1.0.7")
'com.rtbhouse:avro-fastserde:jar:1.0.7'
<dependency org="com.rtbhouse" name="avro-fastserde" rev="1.0.7">
<artifact name="avro-fastserde" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rtbhouse', module='avro-fastserde', version='1.0.7')
)
libraryDependencies += "com.rtbhouse" % "avro-fastserde" % "1.0.7"
[com.rtbhouse/avro-fastserde "1.0.7"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.26 |
com.google.guava : guava | jar | 19.0 |
org.apache.commons : commons-lang3 | jar | 3.4 |
org.apache.avro : avro | jar | 1.8.2 |
com.sun.codemodel : codemodel | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.openjdk.jmh : jmh-core | jar | 1.21 |
org.openjdk.jmh : jmh-generator-annprocess | jar | 1.21 |
org.slf4j : slf4j-simple | jar | 1.7.26 |