GroupId | GroupIdcom.hortonworks.registries |
---|---|
ArtifactId | ArtifactIdavro-examples |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
avro-examples-0.1.0.pom | |
avro-examples-0.1.0.jar | 16 MB |
avro-examples-0.1.0-sources.jar | 339 KB |
avro-examples-0.1.0-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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hortonworks.registries/avro-examples/
implementation 'com.hortonworks.registries:avro-examples:0.1.0'
// https://jarcasting.com/artifacts/com.hortonworks.registries/avro-examples/
implementation ("com.hortonworks.registries:avro-examples:0.1.0")
'com.hortonworks.registries:avro-examples:jar:0.1.0'
<dependency org="com.hortonworks.registries" name="avro-examples" rev="0.1.0">
<artifact name="avro-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hortonworks.registries', module='avro-examples', version='0.1.0')
)
libraryDependencies += "com.hortonworks.registries" % "avro-examples" % "0.1.0"
[com.hortonworks.registries/avro-examples "0.1.0"]