GroupId | GroupIdcom.xebialabs.overthere |
---|---|
ArtifactId | ArtifactIditest-support |
Version | Version2.0.0-beta-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.xebialabs.overthere/itest-support/ -->
<dependency>
<groupId>com.xebialabs.overthere</groupId>
<artifactId>itest-support</artifactId>
<version>2.0.0-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.xebialabs.overthere/itest-support/
implementation 'com.xebialabs.overthere:itest-support:2.0.0-beta-1'
// https://jarcasting.com/artifacts/com.xebialabs.overthere/itest-support/
implementation ("com.xebialabs.overthere:itest-support:2.0.0-beta-1")
'com.xebialabs.overthere:itest-support:jar:2.0.0-beta-1'
<dependency org="com.xebialabs.overthere" name="itest-support" rev="2.0.0-beta-1">
<artifact name="itest-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xebialabs.overthere', module='itest-support', version='2.0.0-beta-1')
)
libraryDependencies += "com.xebialabs.overthere" % "itest-support" % "2.0.0-beta-1"
[com.xebialabs.overthere/itest-support "2.0.0-beta-1"]