Download meta-annotations-1.1.2.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.2 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.2.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials