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