is not current version
Last Version 5.3.7

com.xebialabs.overthere:overthere 5.0.22

Remote file manipulation and process execution framework for Java

GroupId

GroupId

com.xebialabs.overthere
ArtifactId

ArtifactId

overthere
Version

Version

5.0.22
Type

Type

jar

Download overthere 5.0.22


<!-- https://jarcasting.com/artifacts/com.xebialabs.overthere/overthere/ -->
<dependency>
    <groupId>com.xebialabs.overthere</groupId>
    <artifactId>overthere</artifactId>
    <version>5.0.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.xebialabs.overthere/overthere/
implementation 'com.xebialabs.overthere:overthere:5.0.22'
// https://jarcasting.com/artifacts/com.xebialabs.overthere/overthere/
implementation ("com.xebialabs.overthere:overthere:5.0.22")
'com.xebialabs.overthere:overthere:jar:5.0.22'
<dependency org="com.xebialabs.overthere" name="overthere" rev="5.0.22">
  <artifact name="overthere" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xebialabs.overthere', module='overthere', version='5.0.22')
)
libraryDependencies += "com.xebialabs.overthere" % "overthere" % "5.0.22"
[com.xebialabs.overthere/overthere "5.0.22"]