не последняя версия
Последняя версия 0.8.3

space.testflight:testflight 0.6.1

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

Группа

Группа

space.testflight
Идентификатор

Идентификатор

testflight
Версия

Версия

0.6.1
Тип

Тип

jar

Скачать testflight 0.6.1


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