MVN

software.amazon.glue : schema-registry-integration-tests

Maven & Gradle

Feb 25, 2022
114 stars

AWS Glue Schema Registry Integration Tests · The AWS Glue Schema Registry tests would do a sanity check for the schema registry library.

<dependency>
    <groupId>software.amazon.glue</groupId>
    <artifactId>schema-registry-integration-tests</artifactId>
    <version>1.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of software.amazon.glue : schema-registry-integration-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.9

All Versions

Choose a version of software.amazon.glue : schema-registry-integration-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
schema-registry-integration-tests-1.1.9
schema-registry-integration-tests-1.1.8
schema-registry-integration-tests-1.1.7
schema-registry-integration-tests-1.1.6
schema-registry-integration-tests-1.1.5
schema-registry-integration-tests-1.1.4
schema-registry-integration-tests-1.1.3
schema-registry-integration-tests-1.1.2
schema-registry-integration-tests-1.1.1
schema-registry-integration-tests-1.1.0

How to add a dependency to Maven

Add the following software.amazon.glue : schema-registry-integration-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>software.amazon.glue</groupId>
    <artifactId>schema-registry-integration-tests</artifactId>
    <version>1.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following software.amazon.glue : schema-registry-integration-tests gradle dependency to your build.gradle file:

implementation 'software.amazon.glue:schema-registry-integration-tests:1.1.9'

Gradle Kotlin DSL: Add the following software.amazon.glue : schema-registry-integration-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("software.amazon.glue:schema-registry-integration-tests:1.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following software.amazon.glue : schema-registry-integration-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "software.amazon.glue" % "schema-registry-integration-tests" % "1.1.9"

Advertisement