is not current version
Last Version 0.8.3

space.testflight:testflight 0.4.2

A JUnit 5 extension to write fast database tests with flyway and testcontainers.

GroupId

GroupId

space.testflight
ArtifactId

ArtifactId

testflight
Version

Version

0.4.2
Type

Type

jar

Download testflight 0.4.2


<!-- https://jarcasting.com/artifacts/space.testflight/testflight/ -->
<dependency>
    <groupId>space.testflight</groupId>
    <artifactId>testflight</artifactId>
    <version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/space.testflight/testflight/
implementation 'space.testflight:testflight:0.4.2'
// https://jarcasting.com/artifacts/space.testflight/testflight/
implementation ("space.testflight:testflight:0.4.2")
'space.testflight:testflight:jar:0.4.2'
<dependency org="space.testflight" name="testflight" rev="0.4.2">
  <artifact name="testflight" type="jar" />
</dependency>
@Grapes(
@Grab(group='space.testflight', module='testflight', version='0.4.2')
)
libraryDependencies += "space.testflight" % "testflight" % "0.4.2"
[space.testflight/testflight "0.4.2"]