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