s

spring-annotation

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