i

infer-annotation

Useful annotations for the Infer static analyzer
http://fbinfer.com/
BSD license
Files download
File Operation
infer-annotation-0.11.0.jar download
infer-annotation-0.11.0.pom download
infer-annotation-0.11.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.facebook.infer.annotation</groupId>
  <artifactId>infer-annotation</artifactId>
  <version>0.11.0</version>
</dependency>
Gradle Groovy
implementation 'com.facebook.infer.annotation:infer-annotation:0.11.0'
Gradle Kotlin
implementation("com.facebook.infer.annotation:infer-annotation:0.11.0")
Scala SBT
libraryDependencies += "com.facebook.infer.annotation" % "infer-annotation" % "0.11.0"
Groovy Grape
@Grapes(
  @Grab(group='com.facebook.infer.annotation', module='infer-annotation', version='0.11.0')
)
Apache Ivy
<dependency org="com.facebook.infer.annotation" name="infer-annotation" rev="0.11.0" />
Leiningen
[com.facebook.infer.annotation/infer-annotation "0.11.0"]
Apache Buildr
'com.facebook.infer.annotation:infer-annotation:jar:0.11.0'