MVN

io.chrisdavenport : fuuid_2.13

Maven & Gradle

Aug 04, 2021
4 usages

fuuid · fuuid

<dependency>
    <groupId>io.chrisdavenport</groupId>
    <artifactId>fuuid_2.13</artifactId>
    <version>0.8.0-M2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.chrisdavenport : fuuid_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.0-M2
  • Latest Release Candidate: 0.3.0-RC2

All Versions

Choose a version of io.chrisdavenport : fuuid_2.13 to add to Maven or Gradle - All Versions:

  • Version Updated
  • fuuid_2.13-0.8.0-M2

    Aug 03, 2021
  • fuuid_2.13-0.7.0

    Aug 03, 2021
  • fuuid_2.13-0.6.1

    Jun 30, 2021
  • fuuid_2.13-0.8.0-M1

    May 20, 2021
  • fuuid_2.13-0.7.0-M1

    May 20, 2021
  • fuuid_2.13-0.6.0

    May 20, 2021
  • fuuid_2.13-0.5.0

    Jan 14, 2021
  • fuuid_2.13-0.5.0-M1

    Jan 07, 2021
  • fuuid_2.13-0.4.0

    Jun 04, 2020
  • fuuid_2.13-0.3.0

    Feb 10, 2020
  • fuuid_2.13-0.3.0-RC2

    Jan 28, 2020
  • fuuid_2.13-0.3.0-RC1

    Jan 22, 2020
  • fuuid_2.13-0.3.0-M5

    Dec 10, 2019
  • fuuid_2.13-0.3.0-M4

    Dec 02, 2019
  • fuuid_2.13-0.3.0-M3

    Sep 23, 2019
  • fuuid_2.13-0.3.0-M2

    Aug 20, 2019
  • fuuid_2.13-0.3.0-M1

    Jul 05, 2019

How to add a dependency to Maven

Add the following io.chrisdavenport : fuuid_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.chrisdavenport</groupId>
    <artifactId>fuuid_2.13</artifactId>
    <version>0.8.0-M2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.chrisdavenport : fuuid_2.13 gradle dependency to your build.gradle file:

implementation 'io.chrisdavenport:fuuid_2.13:0.8.0-M2'

Gradle Kotlin DSL: Add the following io.chrisdavenport : fuuid_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.chrisdavenport:fuuid_2.13:0.8.0-M2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.chrisdavenport : fuuid_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.chrisdavenport" % "fuuid_2.13" % "0.8.0-M2"