MVN

com.expediagroup.apiary : kafka-metastore-integration-tests

Maven & Gradle

Aug 02, 2023
10 stars
<dependency>
    <groupId>com.expediagroup.apiary</groupId>
    <artifactId>kafka-metastore-integration-tests</artifactId>
    <version>7.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.expediagroup.apiary : kafka-metastore-integration-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.3.8

All Versions

Choose a version of com.expediagroup.apiary : kafka-metastore-integration-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.3.x
kafka-metastore-integration-tests-7.3.8
kafka-metastore-integration-tests-7.3.7
kafka-metastore-integration-tests-7.3.6
kafka-metastore-integration-tests-7.3.5
kafka-metastore-integration-tests-7.3.4
kafka-metastore-integration-tests-7.3.3
kafka-metastore-integration-tests-7.3.2
kafka-metastore-integration-tests-7.3.1
kafka-metastore-integration-tests-7.3.0
7.2.x
kafka-metastore-integration-tests-7.2.5
kafka-metastore-integration-tests-7.2.4
kafka-metastore-integration-tests-7.2.2
kafka-metastore-integration-tests-7.2.1
kafka-metastore-integration-tests-7.2.0
7.1.x
kafka-metastore-integration-tests-7.1.0
7.0.x
kafka-metastore-integration-tests-7.0.0
6.0.x
kafka-metastore-integration-tests-6.0.2
kafka-metastore-integration-tests-6.0.1
kafka-metastore-integration-tests-6.0.0
5.0.x
kafka-metastore-integration-tests-5.0.2
kafka-metastore-integration-tests-5.0.1
kafka-metastore-integration-tests-5.0.0

How to add a dependency to Maven

Add the following com.expediagroup.apiary : kafka-metastore-integration-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.expediagroup.apiary</groupId>
    <artifactId>kafka-metastore-integration-tests</artifactId>
    <version>7.3.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.expediagroup.apiary : kafka-metastore-integration-tests gradle dependency to your build.gradle file:

implementation 'com.expediagroup.apiary:kafka-metastore-integration-tests:7.3.8'

Gradle Kotlin DSL: Add the following com.expediagroup.apiary : kafka-metastore-integration-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("com.expediagroup.apiary:kafka-metastore-integration-tests:7.3.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.expediagroup.apiary : kafka-metastore-integration-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "com.expediagroup.apiary" % "kafka-metastore-integration-tests" % "7.3.8"