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