Download scannotation-1.0.2.jar file - Jar s

Jar examples for s:scannotation

Description

Scannotation is a Java library that creates an annotation database from a set of .class files

You can download jar file scannotation 1.0.2 in this page.

License

Apache License V2.0

Build File

You can use the following script to add scannotation-1.0.2.jar to your project.

<dependency>
   <groupId>net.sf.scannotation</groupId>
   <artifactId>scannotation</artifactId>
   <version>1.0.2</version>
</dependency>
compile group: 'net.sf.scannotation', name: 'scannotation', version: '1.0.2'
libraryDependencies += "net.sf.scannotation" % "scannotation" % "1.0.2"
<dependency org="net.sf.scannotation" name="scannotation" rev="1.0.2"/>
@Grapes(@Grab(group='net.sf.scannotation', module='scannotation', version='1.0.2'))
'net.sf.scannotation:scannotation:jar:1.0.2'

Download

Click the following link to download the jar file.

scannotation-1.0.2.jar
scannotation-1.0.2-javadoc.jar
scannotation-1.0.2.pom
scannotation-1.0.2-sources.jar



Related Tutorials