Last Version

Error Prone parent POM 2.14.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_parent
Version

Version

2.14.0
Type

Type

pom
Description

Description

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

Project URL

https://errorprone.info
Project Organization

Project Organization

Google LLC
Source Code Management

Source Code Management

https://github.com/google/error-prone

Download error_prone_parent 2.14.0


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • check_api
  • test_helpers
  • core
  • annotation
  • annotations
  • type_annotations
  • docgen
  • docgen_processor
  • refaster