GroupId | GroupIdcom.hortonworks.registries |
---|---|
ArtifactId | ArtifactIdavro-examples |
Version | Version0.5.3 |
Type | Typejar |
Filename | Size |
---|---|
avro-examples-0.5.3.pom | |
avro-examples-0.5.3.jar | 17 MB |
avro-examples-0.5.3-sources.jar | 341 KB |
avro-examples-0.5.3-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hortonworks.registries/avro-examples/ -->
<dependency>
<groupId>com.hortonworks.registries</groupId>
<artifactId>avro-examples</artifactId>
<version>0.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.hortonworks.registries/avro-examples/
implementation 'com.hortonworks.registries:avro-examples:0.5.3'
// https://jarcasting.com/artifacts/com.hortonworks.registries/avro-examples/
implementation ("com.hortonworks.registries:avro-examples:0.5.3")
'com.hortonworks.registries:avro-examples:jar:0.5.3'
<dependency org="com.hortonworks.registries" name="avro-examples" rev="0.5.3">
<artifact name="avro-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hortonworks.registries', module='avro-examples', version='0.5.3')
)
libraryDependencies += "com.hortonworks.registries" % "avro-examples" % "0.5.3"
[com.hortonworks.registries/avro-examples "0.5.3"]