MVN

com.expediagroup.apiary : hive-hooks

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 7.3.8

All Versions

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

Version Vulnerabilities Updated
7.3.x
hive-hooks-7.3.8
hive-hooks-7.3.7
hive-hooks-7.3.6
hive-hooks-7.3.5
hive-hooks-7.3.4
hive-hooks-7.3.3
hive-hooks-7.3.2
hive-hooks-7.3.1
hive-hooks-7.3.0
7.2.x
hive-hooks-7.2.5
hive-hooks-7.2.4
hive-hooks-7.2.2
hive-hooks-7.2.1
hive-hooks-7.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.expediagroup.apiary</groupId>
    <artifactId>hive-hooks</artifactId>
    <version>7.3.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.expediagroup.apiary:hive-hooks:7.3.8'

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

implementation("com.expediagroup.apiary:hive-hooks:7.3.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.expediagroup.apiary" % "hive-hooks" % "7.3.8"