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