文件下载
文件名 操作
gotoeasy-ioc-1.0.4.jar 下载
gotoeasy-ioc-1.0.4.pom 下载
gotoeasy-ioc-1.0.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>top.gotoeasy</groupId>
  <artifactId>gotoeasy-ioc</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'top.gotoeasy:gotoeasy-ioc:1.0.4'
Gradle Kotlin
implementation("top.gotoeasy:gotoeasy-ioc:1.0.4")
Scala SBT
libraryDependencies += "top.gotoeasy" % "gotoeasy-ioc" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='top.gotoeasy', module='gotoeasy-ioc', version='1.0.4')
)
Apache Ivy
<dependency org="top.gotoeasy" name="gotoeasy-ioc" rev="1.0.4" />
Leiningen
[top.gotoeasy/gotoeasy-ioc "1.0.4"]
Apache Buildr
'top.gotoeasy:gotoeasy-ioc:jar:1.0.4'