d

dellroad-stuff-spring

DellRoad Stuff classes related to the Spring Framework.
Files download
File Operation
dellroad-stuff-spring-3.0.8.jar download
dellroad-stuff-spring-3.0.8.pom download
dellroad-stuff-spring-3.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.dellroad</groupId>
  <artifactId>dellroad-stuff-spring</artifactId>
  <version>3.0.8</version>
</dependency>
Gradle Groovy
implementation 'org.dellroad:dellroad-stuff-spring:3.0.8'
Gradle Kotlin
implementation("org.dellroad:dellroad-stuff-spring:3.0.8")
Scala SBT
libraryDependencies += "org.dellroad" % "dellroad-stuff-spring" % "3.0.8"
Groovy Grape
@Grapes(
  @Grab(group='org.dellroad', module='dellroad-stuff-spring', version='3.0.8')
)
Apache Ivy
<dependency org="org.dellroad" name="dellroad-stuff-spring" rev="3.0.8" />
Leiningen
[org.dellroad/dellroad-stuff-spring "3.0.8"]
Apache Buildr
'org.dellroad:dellroad-stuff-spring:jar:3.0.8'