Jar examples for a:annotations
Adds an OSGi container to alfresco repository supporting dynamic code reloading, classpath isolation and a bunch of other useful features
You can download jar file annotations 2.0.2 in this page.
The Apache Software License, Version 2.0
You can use the following script to add annotations-2.0.2.jar to your project.
<dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>annotations</artifactId> <version>2.0.2</version> </dependency>
compile group: 'com.google.code.findbugs', name: 'annotations', version: '2.0.2'
libraryDependencies += "com.google.code.findbugs" % "annotations" % "2.0.2"
<dependency org="com.google.code.findbugs" name="annotations" rev="2.0.2"/>
@Grapes(@Grab(group='com.google.code.findbugs', module='annotations', version='2.0.2'))
'com.google.code.findbugs:annotations:jar:2.0.2'
Click the following link to download the jar file.
annotations-2.0.2.jar