MVN

com.hotels : avro-compatibility

Maven & Gradle

Sep 03, 2019
2 usages
53 stars

Avro compatibility API · A user friendly API for checking for and reporting on Avro schema incompatibilities.

<dependency>
    <groupId>com.hotels</groupId>
    <artifactId>avro-compatibility</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hotels : avro-compatibility to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of com.hotels : avro-compatibility to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
avro-compatibility-2.2.0
2.1.x
avro-compatibility-2.1.1
avro-compatibility-2.1.0

How to add a dependency to Maven

Add the following com.hotels : avro-compatibility maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hotels</groupId>
    <artifactId>avro-compatibility</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hotels : avro-compatibility gradle dependency to your build.gradle file:

implementation 'com.hotels:avro-compatibility:2.2.0'

Gradle Kotlin DSL: Add the following com.hotels : avro-compatibility gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hotels:avro-compatibility:2.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hotels : avro-compatibility sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hotels" % "avro-compatibility" % "2.2.0"

Advertisement

Dependencies from Group

Mar 01, 2021
24 usages
24 stars
Apr 14, 2022
21 usages
76 stars
Apr 24, 2020
18 usages
3 stars
Apr 14, 2022
15 usages
Jun 12, 2019
8 usages

Discover Dependencies