MVN

au.id.tmm.intime : intime-scalacheck_2.13

Maven & Gradle

Jan 03, 2021
8 usages
2 stars

intime-scalacheck · intime-scalacheck

<dependency>
    <groupId>au.id.tmm.intime</groupId>
    <artifactId>intime-scalacheck_2.13</artifactId>
    <version>2.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of au.id.tmm.intime : intime-scalacheck_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.1

All Versions

Choose a version of au.id.tmm.intime : intime-scalacheck_2.13 to add to Maven or Gradle - All Versions:

  • Version Updated
  • intime-scalacheck_2.13-2.4.1

    Jan 03, 2021
  • intime-scalacheck_2.13-2.3.0

    Jan 02, 2021
  • intime-scalacheck_2.13-2.2.0

    Aug 01, 2020
  • intime-scalacheck_2.13-2.1.0

    Jul 11, 2020
  • intime-scalacheck_2.13-2.0.0

    Jul 07, 2020
  • intime-scalacheck_2.13-1.1.0

    Jul 07, 2020
  • intime-scalacheck_2.13-1.0.2

    Aug 11, 2019
  • intime-scalacheck_2.13-1.0.0

    Jul 28, 2019
  • intime-scalacheck_2.13-0.0.2

    Jul 24, 2019
  • intime-scalacheck_2.13-0.0.1

    Jul 23, 2019

How to add a dependency to Maven

Add the following au.id.tmm.intime : intime-scalacheck_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>au.id.tmm.intime</groupId>
    <artifactId>intime-scalacheck_2.13</artifactId>
    <version>2.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following au.id.tmm.intime : intime-scalacheck_2.13 gradle dependency to your build.gradle file:

implementation 'au.id.tmm.intime:intime-scalacheck_2.13:2.4.1'

Gradle Kotlin DSL: Add the following au.id.tmm.intime : intime-scalacheck_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("au.id.tmm.intime:intime-scalacheck_2.13:2.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following au.id.tmm.intime : intime-scalacheck_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "au.id.tmm.intime" % "intime-scalacheck_2.13" % "2.4.1"

Advertisement