Download annotation-detector-3.0.1.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.1 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials