GroupId | GroupIdcom.google.errorprone |
---|---|
ArtifactId | ArtifactIderror_prone_annotations |
Version | Version2.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.google.errorprone/error_prone_annotations/ -->
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.errorprone/error_prone_annotations/
implementation 'com.google.errorprone:error_prone_annotations:2.1.2'
// https://jarcasting.com/artifacts/com.google.errorprone/error_prone_annotations/
implementation ("com.google.errorprone:error_prone_annotations:2.1.2")
'com.google.errorprone:error_prone_annotations:jar:2.1.2'
<dependency org="com.google.errorprone" name="error_prone_annotations" rev="2.1.2">
<artifact name="error_prone_annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.errorprone', module='error_prone_annotations', version='2.1.2')
)
libraryDependencies += "com.google.errorprone" % "error_prone_annotations" % "2.1.2"
[com.google.errorprone/error_prone_annotations "2.1.2"]