MVN

com.facebook.infer.annotation : infer-annotation

Maven & Gradle

Jun 09, 2020
22 usages
14.2k stars

Annotations for the Infer static analyzer

<dependency>
    <groupId>com.facebook.infer.annotation</groupId>
    <artifactId>infer-annotation</artifactId>
    <version>0.18.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.facebook.infer.annotation : infer-annotation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.18.0

All Versions

Choose a version of com.facebook.infer.annotation : infer-annotation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.18.x
infer-annotation-0.18.0
0.17.x
infer-annotation-0.17.2
infer-annotation-0.17.1
infer-annotation-0.17.0
0.11.x
infer-annotation-0.11.2
infer-annotation-0.11.0
0.10.x
infer-annotation-0.10.0.2
infer-annotation-0.10.0

How to add a dependency to Maven

Add the following com.facebook.infer.annotation : infer-annotation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.facebook.infer.annotation</groupId>
    <artifactId>infer-annotation</artifactId>
    <version>0.18.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.facebook.infer.annotation : infer-annotation gradle dependency to your build.gradle file:

implementation 'com.facebook.infer.annotation:infer-annotation:0.18.0'

Gradle Kotlin DSL: Add the following com.facebook.infer.annotation : infer-annotation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.facebook.infer.annotation:infer-annotation:0.18.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.facebook.infer.annotation : infer-annotation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.facebook.infer.annotation" % "infer-annotation" % "0.18.0"

Advertisement