Download scannotation-1.0.4.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.4 in this page.

License

Apache License V2.0

Build File

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

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

Download

Click the following link to download the jar file.

scannotation-1.0.4-javadoc.jar
scannotation-1.0.4-sources.jar
scannotation-1.0.4.jar
scannotation-1.0.4.pom



Related Tutorials