License |
License |
---|---|
Categories |
CategoriesGuava General Purpose Libraries Utility |
GroupId | GroupIdcom.google.guava |
ArtifactId | ArtifactIdguava-primitives |
Last Version | Last Versionr03 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGuava (Google Common Libraries) Primitive Types
Guava is a suite of core and expanded libraries that include
utility classes, google's collections, io classes, and much
much more.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
guava-primitives-r03.pom | |
guava-primitives-r03.jar | 54 KB |
guava-primitives-r03-sources.jar | 50 KB |
guava-primitives-r03-site.jar | 38 KB |
guava-primitives-r03-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.guava/guava-primitives/ -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-primitives</artifactId>
<version>r03</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.guava/guava-primitives/
implementation 'com.google.guava:guava-primitives:r03'
// https://jarcasting.com/artifacts/com.google.guava/guava-primitives/
implementation ("com.google.guava:guava-primitives:r03")
'com.google.guava:guava-primitives:jar:r03'
<dependency org="com.google.guava" name="guava-primitives" rev="r03">
<artifact name="guava-primitives" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.guava', module='guava-primitives', version='r03')
)
libraryDependencies += "com.google.guava" % "guava-primitives" % "r03"
[com.google.guava/guava-primitives "r03"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava-base | jar | r03 |
com.google.code.findbugs : jsr305 Optional | jar | 1.3.7 |