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