Files download
File Operation
guava-1.1.1.jar download
guava-1.1.1.pom download
guava-1.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.sunshine001</groupId>
  <artifactId>guava</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.sunshine001:guava:1.1.1'
Gradle Kotlin
implementation("io.github.sunshine001:guava:1.1.1")
Scala SBT
libraryDependencies += "io.github.sunshine001" % "guava" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.sunshine001', module='guava', version='1.1.1')
)
Apache Ivy
<dependency org="io.github.sunshine001" name="guava" rev="1.1.1" />
Leiningen
[io.github.sunshine001/guava "1.1.1"]
Apache Buildr
'io.github.sunshine001:guava:jar:1.1.1'
Dependencies