MVN

space.testflight : testflight

Maven & Gradle

Apr 02, 2023
8 stars

Testflight.Space · A JUnit 5 extension to write fast database tests with testcontainers and flyway or liquibase.

<dependency>
    <groupId>space.testflight</groupId>
    <artifactId>testflight</artifactId>
    <version>0.9.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of space.testflight : testflight to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.2

All Versions

Choose a version of space.testflight : testflight to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
testflight-0.9.2
testflight-0.9.1
testflight-0.9.0
0.8.x
testflight-0.8.8
testflight-0.8.7
testflight-0.8.6
testflight-0.8.5
testflight-0.8.4
testflight-0.8.3
testflight-0.8.2
testflight-0.8.1
testflight-0.8.0
0.7.x
testflight-0.7.2
testflight-0.7.1
testflight-0.7.0
0.6.x
testflight-0.6.3
testflight-0.6.2
testflight-0.6.1
testflight-0.6.0
0.5.x
testflight-0.5.2
testflight-0.5.1
testflight-0.5.0
0.4.x
testflight-0.4.2
testflight-0.4.1
testflight-0.4.0
0.3.x
testflight-0.3.2
testflight-0.3.1
testflight-0.3.0
0.2.x
testflight-0.2.2
testflight-0.2.1
testflight-0.2.0
0.1.x
testflight-0.1.3
testflight-0.1.2
testflight-0.1.1
testflight-0.1.0

How to add a dependency to Maven

Add the following space.testflight : testflight maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>space.testflight</groupId>
    <artifactId>testflight</artifactId>
    <version>0.9.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following space.testflight : testflight gradle dependency to your build.gradle file:

implementation 'space.testflight:testflight:0.9.2'

Gradle Kotlin DSL: Add the following space.testflight : testflight gradle kotlin dependency to your build.gradle.kts file:

implementation("space.testflight:testflight:0.9.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following space.testflight : testflight sbt scala dependency to your build.sbt file:

libraryDependencies += "space.testflight" % "testflight" % "0.9.2"