| License |
License |
|---|---|
| GroupId | GroupIdcom.github.dinuta.estuary |
| ArtifactId | ArtifactIdtestrunner |
| Last Version | Last Version4.0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEstuary Test Runner
RestAPI service which runs commands and tests
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| testrunner-4.0.6.pom | |
| testrunner-4.0.6.jar | 81 KB |
| testrunner-4.0.6-sources.jar | 43 KB |
| testrunner-4.0.6-javadoc.jar | 668 KB |
| testrunner-4.0.6-jar-with-dependencies.jar | 51 MB |
| testrunner-4.0.6-exec.jar | 53 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dinuta.estuary/testrunner/ -->
<dependency>
<groupId>com.github.dinuta.estuary</groupId>
<artifactId>testrunner</artifactId>
<version>4.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dinuta.estuary/testrunner/
implementation 'com.github.dinuta.estuary:testrunner:4.0.6'
// https://jarcasting.com/artifacts/com.github.dinuta.estuary/testrunner/
implementation ("com.github.dinuta.estuary:testrunner:4.0.6")
'com.github.dinuta.estuary:testrunner:jar:4.0.6'
<dependency org="com.github.dinuta.estuary" name="testrunner" rev="4.0.6">
<artifact name="testrunner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dinuta.estuary', module='testrunner', version='4.0.6')
)
libraryDependencies += "com.github.dinuta.estuary" % "testrunner" % "4.0.6"
[com.github.dinuta.estuary/testrunner "4.0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.assertj : assertj-core | jar | 3.16.1 |
| org.awaitility : awaitility | jar | 4.0.3 |
| org.springframework.boot : spring-boot-starter-test | jar | 2.3.1.RELEASE |