i

infer-annotation

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