is not current version
Last Version 1.11.0

org.apache.avro:avro-tools 1.5.4

Avro command line tools and utilities

GroupId

GroupId

org.apache.avro
ArtifactId

ArtifactId

avro-tools
Version

Version

1.5.4
Type

Type

jar

Download avro-tools 1.5.4


<!-- https://jarcasting.com/artifacts/org.apache.avro/avro-tools/ -->
<dependency>
    <groupId>org.apache.avro</groupId>
    <artifactId>avro-tools</artifactId>
    <version>1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.avro/avro-tools/
implementation 'org.apache.avro:avro-tools:1.5.4'
// https://jarcasting.com/artifacts/org.apache.avro/avro-tools/
implementation ("org.apache.avro:avro-tools:1.5.4")
'org.apache.avro:avro-tools:jar:1.5.4'
<dependency org="org.apache.avro" name="avro-tools" rev="1.5.4">
  <artifact name="avro-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.avro', module='avro-tools', version='1.5.4')
)
libraryDependencies += "org.apache.avro" % "avro-tools" % "1.5.4"
[org.apache.avro/avro-tools "1.5.4"]