is not current version
Last Version 28.3.2

com.github.gv2011:guava-core 28.3

Fork of Guava (https://github.com/google/guava). Reduced to a selection of classes (especially immutable collections). No dependencies, Java 9 module.

Categories

Categories

Guava General Purpose Libraries Utility
GroupId

GroupId

com.github.gv2011
ArtifactId

ArtifactId

guava-core
Version

Version

28.3
Type

Type

jar

Download guava-core 28.3


<!-- https://jarcasting.com/artifacts/com.github.gv2011/guava-core/ -->
<dependency>
    <groupId>com.github.gv2011</groupId>
    <artifactId>guava-core</artifactId>
    <version>28.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gv2011/guava-core/
implementation 'com.github.gv2011:guava-core:28.3'
// https://jarcasting.com/artifacts/com.github.gv2011/guava-core/
implementation ("com.github.gv2011:guava-core:28.3")
'com.github.gv2011:guava-core:jar:28.3'
<dependency org="com.github.gv2011" name="guava-core" rev="28.3">
  <artifact name="guava-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gv2011', module='guava-core', version='28.3')
)
libraryDependencies += "com.github.gv2011" % "guava-core" % "28.3"
[com.github.gv2011/guava-core "28.3"]