License |
License |
---|---|
Categories |
CategoriesGuava General Purpose Libraries Utility |
GroupId | GroupIdcom.google.guava |
ArtifactId | ArtifactIdguava-annotations |
Last Version | Last Versionr03 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGuava (Google Common Libraries) Annotations
Guava annotations are used throughout the Guava libraries.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
guava-annotations-r03.pom | |
guava-annotations-r03.jar | 3 KB |
guava-annotations-r03-sources.jar | 5 KB |
guava-annotations-r03-site.jar | 38 KB |
guava-annotations-r03-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.guava/guava-annotations/ -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-annotations</artifactId>
<version>r03</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.guava/guava-annotations/
implementation 'com.google.guava:guava-annotations:r03'
// https://jarcasting.com/artifacts/com.google.guava/guava-annotations/
implementation ("com.google.guava:guava-annotations:r03")
'com.google.guava:guava-annotations:jar:r03'
<dependency org="com.google.guava" name="guava-annotations" rev="r03">
<artifact name="guava-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.guava', module='guava-annotations', version='r03')
)
libraryDependencies += "com.google.guava" % "guava-annotations" % "r03"
[com.google.guava/guava-annotations "r03"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 Optional | jar | 1.3.7 |