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