MVN

com.facebook.hiveio : hive-io-exp-testing

Maven & Gradle

Aug 06, 2014
2 usages
<dependency>
    <groupId>com.facebook.hiveio</groupId>
    <artifactId>hive-io-exp-testing</artifactId>
    <version>0.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.facebook.hiveio : hive-io-exp-testing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.26

All Versions

Choose a version of com.facebook.hiveio : hive-io-exp-testing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.26
hive-io-exp-testing-0.26
0.23
hive-io-exp-testing-0.23
0.22
hive-io-exp-testing-0.22
0.21
hive-io-exp-testing-0.21
0.20
hive-io-exp-testing-0.20
0.19
hive-io-exp-testing-0.19
0.18
hive-io-exp-testing-0.18
0.17
hive-io-exp-testing-0.17
0.16
hive-io-exp-testing-0.16
0.15
hive-io-exp-testing-0.15
0.14
hive-io-exp-testing-0.14
0.13
hive-io-exp-testing-0.13
0.12
hive-io-exp-testing-0.12
0.11
hive-io-exp-testing-0.11
0.10
hive-io-exp-testing-0.10
0.9
hive-io-exp-testing-0.9

How to add a dependency to Maven

Add the following com.facebook.hiveio : hive-io-exp-testing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.facebook.hiveio</groupId>
    <artifactId>hive-io-exp-testing</artifactId>
    <version>0.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.facebook.hiveio : hive-io-exp-testing gradle dependency to your build.gradle file:

implementation 'com.facebook.hiveio:hive-io-exp-testing:0.26'

Gradle Kotlin DSL: Add the following com.facebook.hiveio : hive-io-exp-testing gradle kotlin dependency to your build.gradle.kts file:

implementation("com.facebook.hiveio:hive-io-exp-testing:0.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.facebook.hiveio : hive-io-exp-testing sbt scala dependency to your build.sbt file:

libraryDependencies += "com.facebook.hiveio" % "hive-io-exp-testing" % "0.26"