MVN

com.github.ollgei : shaded-guava

Maven & Gradle

Nov 12, 2020
2 usages

shaded-guava · shaded guava

<dependency>
    <groupId>com.github.ollgei</groupId>
    <artifactId>shaded-guava</artifactId>
    <version>30.0.jre</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ollgei : shaded-guava to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 30.0.jre

All Versions

Choose a version of com.github.ollgei : shaded-guava to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
30.0.x
shaded-guava-30.0.jre

How to add a dependency to Maven

Add the following com.github.ollgei : shaded-guava maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.ollgei</groupId>
    <artifactId>shaded-guava</artifactId>
    <version>30.0.jre</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.ollgei : shaded-guava gradle dependency to your build.gradle file:

implementation 'com.github.ollgei:shaded-guava:30.0.jre'

Gradle Kotlin DSL: Add the following com.github.ollgei : shaded-guava gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.ollgei:shaded-guava:30.0.jre")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.ollgei : shaded-guava sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.ollgei" % "shaded-guava" % "30.0.jre"

Advertisement