Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdinfo.novatec.testit |
ArtifactId | ArtifactIdwebtester-support-junit4 |
Version | Version2.3.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/info.novatec.testit/webtester-support-junit4/ -->
<dependency>
<groupId>info.novatec.testit</groupId>
<artifactId>webtester-support-junit4</artifactId>
<version>2.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/info.novatec.testit/webtester-support-junit4/
implementation 'info.novatec.testit:webtester-support-junit4:2.3.3'
// https://jarcasting.com/artifacts/info.novatec.testit/webtester-support-junit4/
implementation ("info.novatec.testit:webtester-support-junit4:2.3.3")
'info.novatec.testit:webtester-support-junit4:jar:2.3.3'
<dependency org="info.novatec.testit" name="webtester-support-junit4" rev="2.3.3">
<artifact name="webtester-support-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.novatec.testit', module='webtester-support-junit4', version='2.3.3')
)
libraryDependencies += "info.novatec.testit" % "webtester-support-junit4" % "2.3.3"
[info.novatec.testit/webtester-support-junit4 "2.3.3"]