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