g

guava-jdk8

A library that facilitates the use of the Guava API under JDK 8.
https://bitbucket.org/cowwoc/guava-jdk8/
The Apache Software License, Version 2.0
Gili Tzabari
Files download
File Operation
guava-jdk8-2.0.0.jar download
guava-jdk8-2.0.0.pom download
guava-jdk8-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bitbucket.cowwoc</groupId>
  <artifactId>guava-jdk8</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.bitbucket.cowwoc:guava-jdk8:2.0.0'
Gradle Kotlin
implementation("org.bitbucket.cowwoc:guava-jdk8:2.0.0")
Scala SBT
libraryDependencies += "org.bitbucket.cowwoc" % "guava-jdk8" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.bitbucket.cowwoc', module='guava-jdk8', version='2.0.0')
)
Apache Ivy
<dependency org="org.bitbucket.cowwoc" name="guava-jdk8" rev="2.0.0" />
Leiningen
[org.bitbucket.cowwoc/guava-jdk8 "2.0.0"]
Apache Buildr
'org.bitbucket.cowwoc:guava-jdk8:jar:2.0.0'