MVN

com.sandinh : scalacheck-1-14_0.25

Maven & Gradle

Jul 19, 2020

scalacheck-1.14 · scalacheck-1.14

<dependency>
    <groupId>com.sandinh</groupId>
    <artifactId>scalacheck-1-14_0.25</artifactId>
    <version>3.2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sandinh : scalacheck-1-14_0.25 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.0.0

All Versions

Choose a version of com.sandinh : scalacheck-1-14_0.25 to add to Maven or Gradle - All Versions:

  • Version Updated
  • scalacheck-1-14_0.25-3.2.0.0

    Jul 18, 2020

How to add a dependency to Maven

Add the following com.sandinh : scalacheck-1-14_0.25 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sandinh</groupId>
    <artifactId>scalacheck-1-14_0.25</artifactId>
    <version>3.2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sandinh : scalacheck-1-14_0.25 gradle dependency to your build.gradle file:

implementation 'com.sandinh:scalacheck-1-14_0.25:3.2.0.0'

Gradle Kotlin DSL: Add the following com.sandinh : scalacheck-1-14_0.25 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sandinh:scalacheck-1-14_0.25:3.2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sandinh : scalacheck-1-14_0.25 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sandinh" % "scalacheck-1-14_0.25" % "3.2.0.0"