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