| License |
License |
|---|---|
| GroupId | GroupIdcom.chutneytesting |
| ArtifactId | ArtifactIdtools |
| Version | Version1.4.3 |
| Type | Typejar |
| Description |
DescriptionAn opinionated test application to help you practice Specification by Example.
|
| Filename | Size |
|---|---|
| tools-1.4.3.pom | |
| tools-1.4.3.jar | 30 KB |
| tools-1.4.3-sources.jar | 13 KB |
| tools-1.4.3-javadoc.jar | 499 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.chutneytesting/tools/ -->
<dependency>
<groupId>com.chutneytesting</groupId>
<artifactId>tools</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.chutneytesting/tools/
implementation 'com.chutneytesting:tools:1.4.3'
// https://jarcasting.com/artifacts/com.chutneytesting/tools/
implementation ("com.chutneytesting:tools:1.4.3")
'com.chutneytesting:tools:jar:1.4.3'
<dependency org="com.chutneytesting" name="tools" rev="1.4.3">
<artifact name="tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.chutneytesting', module='tools', version='1.4.3')
)
libraryDependencies += "com.chutneytesting" % "tools" % "1.4.3"
[com.chutneytesting/tools "1.4.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 30.1.1-jre |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| org.slf4j : jul-to-slf4j | jar | 1.7.32 |
| org.slf4j : log4j-over-slf4j | jar | 1.7.32 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.immutables : value | jar | 2.8.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.1 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.8.1 |
| org.assertj : assertj-core | jar | 3.21.0 |
| org.mockito : mockito-core | jar | 4.0.0 |
| org.mockito : mockito-inline | jar | 4.0.0 |
| org.awaitility : awaitility | jar | 4.1.0 |