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