License |
License |
---|---|
Categories |
CategoriesContainer |
GroupId | GroupIdcom.steadybit |
ArtifactId | ArtifactIdsteadybit-testcontainers |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionSteadybit Testcontainers Module
Testcontainers module from Steadybit to integrate Chaos Experiments into your integration tests.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.steadybit/steadybit-testcontainers/ -->
<dependency>
<groupId>com.steadybit</groupId>
<artifactId>steadybit-testcontainers</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.steadybit/steadybit-testcontainers/
implementation 'com.steadybit:steadybit-testcontainers:1.0.0'
// https://jarcasting.com/artifacts/com.steadybit/steadybit-testcontainers/
implementation ("com.steadybit:steadybit-testcontainers:1.0.0")
'com.steadybit:steadybit-testcontainers:jar:1.0.0'
<dependency org="com.steadybit" name="steadybit-testcontainers" rev="1.0.0">
<artifact name="steadybit-testcontainers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.steadybit', module='steadybit-testcontainers', version='1.0.0')
)
libraryDependencies += "com.steadybit" % "steadybit-testcontainers" % "1.0.0"
[com.steadybit/steadybit-testcontainers "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.testcontainers : testcontainers | jar | 1.16.3 |
org.awaitility : awaitility | jar | 4.1.1 |