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