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