Files download
File Operation
remote4j-1.2.jar download
remote4j-1.2.pom download
remote4j-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.rjolly</groupId>
  <artifactId>remote4j</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.rjolly:remote4j:1.2'
Gradle Kotlin
implementation("com.github.rjolly:remote4j:1.2")
Scala SBT
libraryDependencies += "com.github.rjolly" % "remote4j" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.rjolly', module='remote4j', version='1.2')
)
Apache Ivy
<dependency org="com.github.rjolly" name="remote4j" rev="1.2" />
Leiningen
[com.github.rjolly/remote4j "1.2"]
Apache Buildr
'com.github.rjolly:remote4j:jar:1.2'
Dependencies
The project has no third-party dependencies