i

infer-annotation

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