Download meta-annotations-1.1.1.jar file - Jar m

Jar examples for m:meta-annotations

Description

Set of annotations to mark code and keep the marks in compiled classes. It includes shaded FindBugs jsr-305 annotations from the com.google.code.findbugs library .

You can download jar file meta-annotations 1.1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add meta-annotations-1.1.1.jar to your project.

<dependency>
   <groupId>com.igormaznitsa</groupId>
   <artifactId>meta-annotations</artifactId>
   <version>1.1.1</version>
</dependency>
compile group: 'com.igormaznitsa', name: 'meta-annotations', version: '1.1.1'
libraryDependencies += "com.igormaznitsa" % "meta-annotations" % "1.1.1"
<dependency org="com.igormaznitsa" name="meta-annotations" rev="1.1.1"/>
@Grapes(@Grab(group='com.igormaznitsa', module='meta-annotations', version='1.1.1'))
'com.igormaznitsa:meta-annotations:jar:1.1.1'

Download

Click the following link to download the jar file.

meta-annotations-1.1.1-javadoc.jar
meta-annotations-1.1.1-sources.jar
meta-annotations-1.1.1.jar
meta-annotations-1.1.1.pom



Related Tutorials