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