MVN

com.github.davidmoten : guava-mini

Maven & Gradle

Nov 15, 2021
34 usages
6 stars

guava-mini · Classes taken from Guava

<dependency>
    <groupId>com.github.davidmoten</groupId>
    <artifactId>guava-mini</artifactId>
    <version>0.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.1.4

All Versions

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

  • Version Updated
  • guava-mini-0.1.4

    Nov 15, 2021
  • guava-mini-0.1.3

    Jun 09, 2020
  • guava-mini-0.1.2

    Jul 05, 2018
  • guava-mini-0.1.1

    May 05, 2016
  • guava-mini-0.1

    Feb 18, 2016

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.davidmoten</groupId>
    <artifactId>guava-mini</artifactId>
    <version>0.1.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.davidmoten:guava-mini:0.1.4'

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

implementation("com.github.davidmoten:guava-mini:0.1.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.davidmoten" % "guava-mini" % "0.1.4"