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