guava-annotations

guava-annotations

Guava annotations are used throughout the Guava libraries.
Files download
File Operation
guava-annotations-r03.jar download
guava-annotations-r03.pom download
guava-annotations-r03-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava-annotations</artifactId>
  <version>r03</version>
</dependency>
Gradle Groovy
implementation 'com.google.guava:guava-annotations:r03'
Gradle Kotlin
implementation("com.google.guava:guava-annotations:r03")
Scala SBT
libraryDependencies += "com.google.guava" % "guava-annotations" % "r03"
Groovy Grape
@Grapes(
  @Grab(group='com.google.guava', module='guava-annotations', version='r03')
)
Apache Ivy
<dependency org="com.google.guava" name="guava-annotations" rev="r03" />
Leiningen
[com.google.guava/guava-annotations "r03"]
Apache Buildr
'com.google.guava:guava-annotations:jar:r03'