Download error_prone_annotations-2.2.0.jar file - Jar e

Jar examples for e:error-prone-annotations

Description

You can download jar file error_prone_annotations 2.2.0 in this page.

License

Open Source License

Build File

You can use the following script to add error_prone_annotations-2.2.0.jar to your project.

<dependency>
   <groupId>com.google.errorprone</groupId>
   <artifactId>error_prone_annotations</artifactId>
   <version>2.2.0</version>
</dependency>
compile group: 'com.google.errorprone', name: 'error_prone_annotations', version: '2.2.0'
libraryDependencies += "com.google.errorprone" % "error_prone_annotations" % "2.2.0"
<dependency org="com.google.errorprone" name="error_prone_annotations" rev="2.2.0"/>
@Grapes(@Grab(group='com.google.errorprone', module='error_prone_annotations', version='2.2.0'))
'com.google.errorprone:error_prone_annotations:jar:2.2.0'

Download

Click the following link to download the jar file.

error_prone_annotations-2.2.0-javadoc.jar
error_prone_annotations-2.2.0-sources.jar
error_prone_annotations-2.2.0.jar
error_prone_annotations-2.2.0.pom



Related Tutorials