s

spring

goate module for spring
http://www.thegoate.com
MIT
Eric Angeli
文件下载
文件名 操作
spring-0.15.8.202302212206.jar 下载
spring-0.15.8.202302212206.pom 下载
spring-0.15.8.202302212206-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.thegoate</groupId>
  <artifactId>spring</artifactId>
  <version>0.15.8.202302212206</version>
</dependency>
Gradle Groovy
implementation 'com.thegoate:spring:0.15.8.202302212206'
Gradle Kotlin
implementation("com.thegoate:spring:0.15.8.202302212206")
Scala SBT
libraryDependencies += "com.thegoate" % "spring" % "0.15.8.202302212206"
Groovy Grape
@Grapes(
  @Grab(group='com.thegoate', module='spring', version='0.15.8.202302212206')
)
Apache Ivy
<dependency org="com.thegoate" name="spring" rev="0.15.8.202302212206" />
Leiningen
[com.thegoate/spring "0.15.8.202302212206"]
Apache Buildr
'com.thegoate:spring:jar:0.15.8.202302212206'