License |
License |
---|---|
Categories |
CategoriesGuava General Purpose Libraries Utility |
GroupId | GroupIdcom.github.gv2011 |
ArtifactId | ArtifactIdguava-core |
Last Version | Last Version28.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFork of Guava (https://github.com/google/guava).
Reduced to a selection of classes (especially immutable collections).
No dependencies, Java 9 module.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
guava-core-28.3.2.pom | |
guava-core-28.3.2.jar | 1 MB |
guava-core-28.3.2-sources.jar | 1 MB |
guava-core-28.3.2-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gv2011/guava-core/ -->
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>guava-core</artifactId>
<version>28.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gv2011/guava-core/
implementation 'com.github.gv2011:guava-core:28.3.2'
// https://jarcasting.com/artifacts/com.github.gv2011/guava-core/
implementation ("com.github.gv2011:guava-core:28.3.2")
'com.github.gv2011:guava-core:jar:28.3.2'
<dependency org="com.github.gv2011" name="guava-core" rev="28.3.2">
<artifact name="guava-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gv2011', module='guava-core', version='28.3.2')
)
libraryDependencies += "com.github.gv2011" % "guava-core" % "28.3.2"
[com.github.gv2011/guava-core "28.3.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 2.0.0-alpha1 |