GroupId | GroupIdcom.xebialabs.overthere |
---|---|
ArtifactId | ArtifactIdoverthere |
Version | Version5.0.3 |
Type | Typejar |
Filename | Size |
---|---|
overthere-5.0.3.pom | |
overthere-5.0.3.jar | 241 KB |
overthere-5.0.3-sources.jar | 190 KB |
overthere-5.0.3-javadoc.jar | 370 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xebialabs.overthere/overthere/ -->
<dependency>
<groupId>com.xebialabs.overthere</groupId>
<artifactId>overthere</artifactId>
<version>5.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.xebialabs.overthere/overthere/
implementation 'com.xebialabs.overthere:overthere:5.0.3'
// https://jarcasting.com/artifacts/com.xebialabs.overthere/overthere/
implementation ("com.xebialabs.overthere:overthere:5.0.3")
'com.xebialabs.overthere:overthere:jar:5.0.3'
<dependency org="com.xebialabs.overthere" name="overthere" rev="5.0.3">
<artifact name="overthere" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xebialabs.overthere', module='overthere', version='5.0.3')
)
libraryDependencies += "com.xebialabs.overthere" % "overthere" % "5.0.3"
[com.xebialabs.overthere/overthere "5.0.3"]