Files download
File Operation
overthere-5.0.11.jar download
overthere-5.0.11.pom download
overthere-5.0.11-sources.jar download
Apache Maven
<dependency>
  <groupId>com.xebialabs.overthere</groupId>
  <artifactId>overthere</artifactId>
  <version>5.0.11</version>
</dependency>
Gradle Groovy
implementation 'com.xebialabs.overthere:overthere:5.0.11'
Gradle Kotlin
implementation("com.xebialabs.overthere:overthere:5.0.11")
Scala SBT
libraryDependencies += "com.xebialabs.overthere" % "overthere" % "5.0.11"
Groovy Grape
@Grapes(
  @Grab(group='com.xebialabs.overthere', module='overthere', version='5.0.11')
)
Apache Ivy
<dependency org="com.xebialabs.overthere" name="overthere" rev="5.0.11" />
Leiningen
[com.xebialabs.overthere/overthere "5.0.11"]
Apache Buildr
'com.xebialabs.overthere:overthere:jar:5.0.11'