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