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