MVN

io.airlift.drift : drift-integration-tests

Maven & Gradle

Jul 26, 2023
228 stars

drift-integration-tests

<dependency>
    <groupId>io.airlift.drift</groupId>
    <artifactId>drift-integration-tests</artifactId>
    <version>1.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.21

All Versions

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

Version Vulnerabilities Updated
1.21
drift-integration-tests-1.21
1.20
drift-integration-tests-1.20
1.19
drift-integration-tests-1.19
1.18
drift-integration-tests-1.18
1.17
drift-integration-tests-1.17
1.16
drift-integration-tests-1.16
1.15
drift-integration-tests-1.15
1.14
drift-integration-tests-1.14
1.13
drift-integration-tests-1.13
1.12
drift-integration-tests-1.12
1.11
drift-integration-tests-1.11
1.10
drift-integration-tests-1.10
1.9
drift-integration-tests-1.9
1.8
drift-integration-tests-1.8
1.7
drift-integration-tests-1.7
1.6
drift-integration-tests-1.6
1.5
drift-integration-tests-1.5
1.4
drift-integration-tests-1.4
1.3
drift-integration-tests-1.3
1.2
drift-integration-tests-1.2
1.1
drift-integration-tests-1.1
1.0
drift-integration-tests-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.airlift.drift</groupId>
    <artifactId>drift-integration-tests</artifactId>
    <version>1.21</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.airlift.drift:drift-integration-tests:1.21'

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

implementation("io.airlift.drift:drift-integration-tests:1.21")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.airlift.drift" % "drift-integration-tests" % "1.21"

Advertisement