g

guava

Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. Guava has two code dependencies - javax.annotation per the JSR-305 spec and javax.inject per the JSR-330 spec. This is a fork of Guava 14.0.1 for Hudson.
http://hudson-ci.org/
Apache License 2.0
Google Bob Foster
Files download
File Operation
guava-14.0.1-h-3.jar download
guava-14.0.1-h-3.pom download
guava-14.0.1-h-3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hudsonci.lib.guava</groupId>
  <artifactId>guava</artifactId>
  <version>14.0.1-h-3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.hudsonci.lib.guava:guava:14.0.1-h-3'
Gradle Kotlin
implementation("org.hudsonci.lib.guava:guava:14.0.1-h-3")
Scala SBT
libraryDependencies += "org.hudsonci.lib.guava" % "guava" % "14.0.1-h-3"
Groovy Grape
@Grapes(
  @Grab(group='org.hudsonci.lib.guava', module='guava', version='14.0.1-h-3')
)
Apache Ivy
<dependency org="org.hudsonci.lib.guava" name="guava" rev="14.0.1-h-3" />
Leiningen
[org.hudsonci.lib.guava/guava "14.0.1-h-3"]
Apache Buildr
'org.hudsonci.lib.guava:guava:jar:14.0.1-h-3'