is not current version
Last Version 8.9.2

com.cedarsoft.commons:guava 8.3.0

Guava extensions

Categories

Categories

Guava General Purpose Libraries Utility
GroupId

GroupId

com.cedarsoft.commons
ArtifactId

ArtifactId

guava
Version

Version

8.3.0
Type

Type

jar

Download guava 8.3.0


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