GroupId | GroupIdcom.rtbhouse |
---|---|
ArtifactId | ArtifactIdavro-fastserde |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
avro-fastserde-1.0.4.pom | |
avro-fastserde-1.0.4.jar | 64 KB |
avro-fastserde-1.0.4-sources.jar | 1 MB |
avro-fastserde-1.0.4-javadoc.jar | 493 KB |
avro-fastserde-1.0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.rtbhouse/avro-fastserde/
implementation 'com.rtbhouse:avro-fastserde:1.0.4'
// https://jarcasting.com/artifacts/com.rtbhouse/avro-fastserde/
implementation ("com.rtbhouse:avro-fastserde:1.0.4")
'com.rtbhouse:avro-fastserde:jar:1.0.4'
<dependency org="com.rtbhouse" name="avro-fastserde" rev="1.0.4">
<artifact name="avro-fastserde" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rtbhouse', module='avro-fastserde', version='1.0.4')
)
libraryDependencies += "com.rtbhouse" % "avro-fastserde" % "1.0.4"
[com.rtbhouse/avro-fastserde "1.0.4"]