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