is not current version
Last Version 1.11.0

org.apache.avro:avro-integration-test 1.9.2

Integration tests for code generation or other things that are hard to test within the modules without creating circular Maven dependencies.

GroupId

GroupId

org.apache.avro
ArtifactId

ArtifactId

avro-integration-test
Version

Version

1.9.2
Type

Type

pom

Download avro-integration-test 1.9.2


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