MVN

com.expediagroup.apiary : apiary-metastore-auth

Maven & Gradle

Aug 02, 2023
10 stars

Apiary Metastore Authorization Listeners · Metastore PreEvent Listener to authorize access

<dependency>
    <groupId>com.expediagroup.apiary</groupId>
    <artifactId>apiary-metastore-auth</artifactId>
    <version>7.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 7.3.8

All Versions

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

Version Vulnerabilities Updated
7.3.x
apiary-metastore-auth-7.3.8
apiary-metastore-auth-7.3.7
apiary-metastore-auth-7.3.6
apiary-metastore-auth-7.3.5
apiary-metastore-auth-7.3.4
apiary-metastore-auth-7.3.3
apiary-metastore-auth-7.3.2
apiary-metastore-auth-7.3.1
apiary-metastore-auth-7.3.0
7.2.x
apiary-metastore-auth-7.2.5
apiary-metastore-auth-7.2.4
apiary-metastore-auth-7.2.2
apiary-metastore-auth-7.2.1
apiary-metastore-auth-7.2.0
7.1.x
apiary-metastore-auth-7.1.0
7.0.x
apiary-metastore-auth-7.0.0
6.0.x
apiary-metastore-auth-6.0.2
apiary-metastore-auth-6.0.1
apiary-metastore-auth-6.0.0
5.0.x
apiary-metastore-auth-5.0.2
apiary-metastore-auth-5.0.1
apiary-metastore-auth-5.0.0
4.2.x
apiary-metastore-auth-4.2.0
4.1.x
apiary-metastore-auth-4.1.0
4.0.x
apiary-metastore-auth-4.0.0
3.1.x
apiary-metastore-auth-3.1.0
3.0.x
apiary-metastore-auth-3.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.expediagroup.apiary</groupId>
    <artifactId>apiary-metastore-auth</artifactId>
    <version>7.3.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.expediagroup.apiary:apiary-metastore-auth:7.3.8'

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

implementation("com.expediagroup.apiary:apiary-metastore-auth:7.3.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.expediagroup.apiary" % "apiary-metastore-auth" % "7.3.8"