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

space.testflight:testflight 0.4.0

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

Группа

Группа

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

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

testflight
Версия

Версия

0.4.0
Тип

Тип

jar

Скачать testflight 0.4.0


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