MVN

com.github.cowwoc.requirements : guava

Maven & Gradle

Jun 25, 2023
8 stars
<dependency>
    <groupId>com.github.cowwoc.requirements</groupId>
    <artifactId>guava</artifactId>
    <version>8.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 8.0.10

All Versions

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

Version Vulnerabilities Updated
8.0.x
guava-8.0.10
guava-8.0.9
guava-8.0.7
guava-8.0.6
guava-8.0.5
guava-8.0.4
guava-8.0.3
guava-8.0.2
guava-8.0.1
guava-8.0.0
7.0.x
guava-7.0.4
guava-7.0.3
guava-7.0.2
guava-7.0.1
guava-7.0.0
6.1.x
guava-6.1.0
6.0.x
guava-6.0.4
guava-6.0.3
guava-6.0.2
guava-6.0.1
guava-6.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.cowwoc.requirements</groupId>
    <artifactId>guava</artifactId>
    <version>8.0.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.cowwoc.requirements : guava gradle dependency to your build.gradle file:

implementation 'com.github.cowwoc.requirements:guava:8.0.10'

Gradle Kotlin DSL: Add the following com.github.cowwoc.requirements : guava gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.cowwoc.requirements:guava:8.0.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.cowwoc.requirements : guava sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.cowwoc.requirements" % "guava" % "8.0.10"