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