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