License |
License |
---|---|
GroupId | GroupIdcom.google.errorprone |
ArtifactId | ArtifactIderror_prone_type_annotations |
Last Version | Last Version2.14.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionerror-prone type annotations
Error Prone is a static analysis tool for Java that catches common programming mistakes at compile-time.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.google.errorprone/error_prone_type_annotations/ -->
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_type_annotations</artifactId>
<version>2.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.errorprone/error_prone_type_annotations/
implementation 'com.google.errorprone:error_prone_type_annotations:2.14.0'
// https://jarcasting.com/artifacts/com.google.errorprone/error_prone_type_annotations/
implementation ("com.google.errorprone:error_prone_type_annotations:2.14.0")
'com.google.errorprone:error_prone_type_annotations:jar:2.14.0'
<dependency org="com.google.errorprone" name="error_prone_type_annotations" rev="2.14.0">
<artifact name="error_prone_type_annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.errorprone', module='error_prone_type_annotations', version='2.14.0')
)
libraryDependencies += "com.google.errorprone" % "error_prone_type_annotations" % "2.14.0"
[com.google.errorprone/error_prone_type_annotations "2.14.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.errorprone : error_prone_annotations | jar | 2.14.0 |