is not current version
Last Version 2.14.0

error-prone annotations 2.10.0

Error Prone is a static analysis tool for Java that catches common programming mistakes at compile-time.

License

License

GroupId

GroupId

com.google.errorprone
ArtifactId

ArtifactId

error_prone_annotations
Version

Version

2.10.0
Type

Type

jar
Description

Description

error-prone annotations
Error Prone is a static analysis tool for Java that catches common programming mistakes at compile-time.
Project Organization

Project Organization

Google LLC

Download error_prone_annotations 2.10.0


<!-- https://jarcasting.com/artifacts/com.google.errorprone/error_prone_annotations/ -->
<dependency>
    <groupId>com.google.errorprone</groupId>
    <artifactId>error_prone_annotations</artifactId>
    <version>2.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.errorprone/error_prone_annotations/
implementation 'com.google.errorprone:error_prone_annotations:2.10.0'
// https://jarcasting.com/artifacts/com.google.errorprone/error_prone_annotations/
implementation ("com.google.errorprone:error_prone_annotations:2.10.0")
'com.google.errorprone:error_prone_annotations:jar:2.10.0'
<dependency org="com.google.errorprone" name="error_prone_annotations" rev="2.10.0">
  <artifact name="error_prone_annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.errorprone', module='error_prone_annotations', version='2.10.0')
)
libraryDependencies += "com.google.errorprone" % "error_prone_annotations" % "2.10.0"
[com.google.errorprone/error_prone_annotations "2.10.0"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.