License |
License |
---|---|
Categories |
CategoriesGroovy Languages JUnit Unit Testing |
GroupId | GroupIdorg.testingisdocumenting.webtau |
ArtifactId | ArtifactIdwebtau-junit5-groovy |
Last Version | Last Version1.48 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWebTau - web test automation. REST/GraphQL/DB/CLI/UI testing framework.
|
<!-- https://jarcasting.com/artifacts/org.testingisdocumenting.webtau/webtau-junit5-groovy/ -->
<dependency>
<groupId>org.testingisdocumenting.webtau</groupId>
<artifactId>webtau-junit5-groovy</artifactId>
<version>1.48</version>
</dependency>
// https://jarcasting.com/artifacts/org.testingisdocumenting.webtau/webtau-junit5-groovy/
implementation 'org.testingisdocumenting.webtau:webtau-junit5-groovy:1.48'
// https://jarcasting.com/artifacts/org.testingisdocumenting.webtau/webtau-junit5-groovy/
implementation ("org.testingisdocumenting.webtau:webtau-junit5-groovy:1.48")
'org.testingisdocumenting.webtau:webtau-junit5-groovy:jar:1.48'
<dependency org="org.testingisdocumenting.webtau" name="webtau-junit5-groovy" rev="1.48">
<artifact name="webtau-junit5-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testingisdocumenting.webtau', module='webtau-junit5-groovy', version='1.48')
)
libraryDependencies += "org.testingisdocumenting.webtau" % "webtau-junit5-groovy" % "1.48"
[org.testingisdocumenting.webtau/webtau-junit5-groovy "1.48"]
Group / Artifact | Type | Version |
---|---|---|
org.testingisdocumenting.webtau : webtau-junit5 | jar | 1.48 |
org.testingisdocumenting.webtau : webtau-core-groovy | jar | 1.48 |
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-groovydoc | jar | 3.0.7 |