Avro Integration Tests

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

License

License

GroupId

GroupId

org.apache.avro
ArtifactId

ArtifactId

avro-integration-test
Last Version

Last Version

1.11.0
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project URL

https://avro.apache.org/
Project Organization

Project Organization

The Apache Software Foundation

Download avro-integration-test

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.32

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.2
org.slf4j : slf4j-simple jar 1.7.32

Project Modules

  • codegen-test
  • test-custom-conversions

Versions

Version
1.11.0
1.10.2
1.10.1
1.10.0
1.9.2
1.9.1
1.9.0