s

spring-annotations

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