Download annotation-detector-3.0.5.jar file - Jar a

Jar examples for a:annotation-detector

Description

Fast, lightweight, OSGi compliant scanner for Java Annotations.

You can download jar file annotation-detector 3.0.5 in this page.

License

Apache License

Build File

You can use the following script to add annotation-detector-3.0.5.jar to your project.

<dependency>
   <groupId>eu.infomas</groupId>
   <artifactId>annotation-detector</artifactId>
   <version>3.0.5</version>
</dependency>
compile group: 'eu.infomas', name: 'annotation-detector', version: '3.0.5'
libraryDependencies += "eu.infomas" % "annotation-detector" % "3.0.5"
<dependency org="eu.infomas" name="annotation-detector" rev="3.0.5"/>
@Grapes(@Grab(group='eu.infomas', module='annotation-detector', version='3.0.5'))
'eu.infomas:annotation-detector:jar:3.0.5'

Download

Click the following link to download the jar file.

annotation-detector-3.0.5-javadoc.jar
annotation-detector-3.0.5-sources.jar
annotation-detector-3.0.5.jar
annotation-detector-3.0.5.pom



Related Tutorials