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