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