MVN

com.facebook.drift : drift-integration-tests

Maven & Gradle

Jul 11, 2023
16 stars

drift-integration-tests

<dependency>
    <groupId>com.facebook.drift</groupId>
    <artifactId>drift-integration-tests</artifactId>
    <version>1.37</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.facebook.drift : drift-integration-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.37

All Versions

Choose a version of com.facebook.drift : drift-integration-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.37
drift-integration-tests-1.37
1.36
drift-integration-tests-1.36
1.35
drift-integration-tests-1.35
1.34
drift-integration-tests-1.34
1.33
drift-integration-tests-1.33
1.32
drift-integration-tests-1.32
1.31
drift-integration-tests-1.31
1.30
drift-integration-tests-1.30
1.29
drift-integration-tests-1.29
1.28
drift-integration-tests-1.28
1.27
drift-integration-tests-1.27
1.26
drift-integration-tests-1.26
1.25
drift-integration-tests-1.25
1.24
drift-integration-tests-1.24
1.23
drift-integration-tests-1.23
1.22
drift-integration-tests-1.22
1.21
drift-integration-tests-1.21
1.20
drift-integration-tests-1.20
1.19
drift-integration-tests-1.19

How to add a dependency to Maven

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

<dependency>
    <groupId>com.facebook.drift</groupId>
    <artifactId>drift-integration-tests</artifactId>
    <version>1.37</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.facebook.drift : drift-integration-tests gradle dependency to your build.gradle file:

implementation 'com.facebook.drift:drift-integration-tests:1.37'

Gradle Kotlin DSL: Add the following com.facebook.drift : drift-integration-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("com.facebook.drift:drift-integration-tests:1.37")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.facebook.drift : drift-integration-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "com.facebook.drift" % "drift-integration-tests" % "1.37"

Advertisement