не последняя версия
Последняя версия 2.5.0-M10

de.wayofquality.blended:blended.itestsupport 2.0-RC17

Define an integration test API for collaborating blended container(s) using docker as a runtime for the container(s) under test and an Akka based Camel framework to perform the integration tests as pure blackbox tests. Container(s) may be prestarted and discovered (for execution speed) or started by the integration test (for reproducability).

Группа

Группа

de.wayofquality.blended
Идентификатор

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

blended.itestsupport
Версия

Версия

2.0-RC17
Тип

Тип

jar

Скачать blended.itestsupport 2.0-RC17


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