GroupId | GroupIdcom.xebialabs.overthere |
---|---|
ArtifactId | ArtifactIditest-support |
Version | Version1.0.15 |
Type | Typejar |
Filename | Size |
---|---|
itest-support-1.0.15.pom | |
itest-support-1.0.15.jar | 11 KB |
itest-support-1.0.15-sources.jar | 8 KB |
itest-support-1.0.15-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.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.xebialabs.overthere/itest-support/
implementation 'com.xebialabs.overthere:itest-support:1.0.15'
// https://jarcasting.com/artifacts/com.xebialabs.overthere/itest-support/
implementation ("com.xebialabs.overthere:itest-support:1.0.15")
'com.xebialabs.overthere:itest-support:jar:1.0.15'
<dependency org="com.xebialabs.overthere" name="itest-support" rev="1.0.15">
<artifact name="itest-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xebialabs.overthere', module='itest-support', version='1.0.15')
)
libraryDependencies += "com.xebialabs.overthere" % "itest-support" % "1.0.15"
[com.xebialabs.overthere/itest-support "1.0.15"]