GroupId | GroupIdcom.rtbhouse |
---|---|
ArtifactId | ArtifactIdavro-fastserde |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
avro-fastserde-1.0.3.pom | |
avro-fastserde-1.0.3.jar | 62 KB |
avro-fastserde-1.0.3-sources.jar | 1 MB |
avro-fastserde-1.0.3-javadoc.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rtbhouse/avro-fastserde/ -->
<dependency>
<groupId>com.rtbhouse</groupId>
<artifactId>avro-fastserde</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.rtbhouse/avro-fastserde/
implementation 'com.rtbhouse:avro-fastserde:1.0.3'
// https://jarcasting.com/artifacts/com.rtbhouse/avro-fastserde/
implementation ("com.rtbhouse:avro-fastserde:1.0.3")
'com.rtbhouse:avro-fastserde:jar:1.0.3'
<dependency org="com.rtbhouse" name="avro-fastserde" rev="1.0.3">
<artifact name="avro-fastserde" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rtbhouse', module='avro-fastserde', version='1.0.3')
)
libraryDependencies += "com.rtbhouse" % "avro-fastserde" % "1.0.3"
[com.rtbhouse/avro-fastserde "1.0.3"]