is not current version
Last Version 2.0.0

org.bitbucket.cowwoc:guava-jdk8 1.1

A library that facilitates the use of the Guava API under JDK 8.

Categories

Categories

Guava General Purpose Libraries Utility
GroupId

GroupId

org.bitbucket.cowwoc
ArtifactId

ArtifactId

guava-jdk8
Version

Version

1.1
Type

Type

jar

Download guava-jdk8 1.1


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