GroupId | GroupIdcom.xebialabs.overthere |
---|---|
ArtifactId | ArtifactIditest-support |
Version | Version1.0.11 |
Type | Typejar |
Filename | Size |
---|---|
itest-support-1.0.11.pom | |
itest-support-1.0.11.jar | 12 KB |
itest-support-1.0.11-sources.jar | 8 KB |
itest-support-1.0.11-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xebialabs.overthere/itest-support/ -->
<dependency>
<groupId>com.xebialabs.overthere</groupId>
<artifactId>itest-support</artifactId>
<version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.xebialabs.overthere/itest-support/
implementation 'com.xebialabs.overthere:itest-support:1.0.11'
// https://jarcasting.com/artifacts/com.xebialabs.overthere/itest-support/
implementation ("com.xebialabs.overthere:itest-support:1.0.11")
'com.xebialabs.overthere:itest-support:jar:1.0.11'
<dependency org="com.xebialabs.overthere" name="itest-support" rev="1.0.11">
<artifact name="itest-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xebialabs.overthere', module='itest-support', version='1.0.11')
)
libraryDependencies += "com.xebialabs.overthere" % "itest-support" % "1.0.11"
[com.xebialabs.overthere/itest-support "1.0.11"]