s

scannotation

Scannotation is a Java library that creates an annotation database from a set of .class files
http://scannotation.sf.net
Apache License V2.0
Files download
File Operation
scannotation-1.0.2.jar download
scannotation-1.0.2.pom download
scannotation-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.scannotation</groupId>
  <artifactId>scannotation</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'net.sf.scannotation:scannotation:1.0.2'
Gradle Kotlin
implementation("net.sf.scannotation:scannotation:1.0.2")
Scala SBT
libraryDependencies += "net.sf.scannotation" % "scannotation" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.scannotation', module='scannotation', version='1.0.2')
)
Apache Ivy
<dependency org="net.sf.scannotation" name="scannotation" rev="1.0.2" />
Leiningen
[net.sf.scannotation/scannotation "1.0.2"]
Apache Buildr
'net.sf.scannotation:scannotation:jar:1.0.2'