MVN

org.scalaz : scalaz-scalacheck-binding_native0.4_2.13

Maven & Gradle

Jan 14, 2023
4.6k stars

scalaz-scalacheck-binding · scalaz-scalacheck-binding

<dependency>
    <groupId>org.scalaz</groupId>
    <artifactId>scalaz-scalacheck-binding_native0.4_2.13</artifactId>
    <version>7.4.0-M13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scalaz : scalaz-scalacheck-binding_native0.4_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.4.0-M13

All Versions

Choose a version of org.scalaz : scalaz-scalacheck-binding_native0.4_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.4.x
scalaz-scalacheck-binding_native0.4_2.13-7.4.0-M13
scalaz-scalacheck-binding_native0.4_2.13-7.4.0-M12
scalaz-scalacheck-binding_native0.4_2.13-7.4.0-M11
scalaz-scalacheck-binding_native0.4_2.13-7.4.0-M10
scalaz-scalacheck-binding_native0.4_2.13-7.4.0-M9
scalaz-scalacheck-binding_native0.4_2.13-7.4.0-M8
scalaz-scalacheck-binding_native0.4_2.13-7.4.0-M7
scalaz-scalacheck-binding_native0.4_2.13-7.4.0-M6
7.3.x
scalaz-scalacheck-binding_native0.4_2.13-7.3.7
scalaz-scalacheck-binding_native0.4_2.13-7.3.6
scalaz-scalacheck-binding_native0.4_2.13-7.3.5
scalaz-scalacheck-binding_native0.4_2.13-7.3.4
scalaz-scalacheck-binding_native0.4_2.13-7.3.3
7.2.x
scalaz-scalacheck-binding_native0.4_2.13-7.2.35-scalacheck-1.15
scalaz-scalacheck-binding_native0.4_2.13-7.2.34-scalacheck-1.15
scalaz-scalacheck-binding_native0.4_2.13-7.2.33-scalacheck-1.15
scalaz-scalacheck-binding_native0.4_2.13-7.2.32-scalacheck-1.15
scalaz-scalacheck-binding_native0.4_2.13-7.2.31-scalacheck-1.15

How to add a dependency to Maven

Add the following org.scalaz : scalaz-scalacheck-binding_native0.4_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.scalaz</groupId>
    <artifactId>scalaz-scalacheck-binding_native0.4_2.13</artifactId>
    <version>7.4.0-M13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scalaz : scalaz-scalacheck-binding_native0.4_2.13 gradle dependency to your build.gradle file:

implementation 'org.scalaz:scalaz-scalacheck-binding_native0.4_2.13:7.4.0-M13'

Gradle Kotlin DSL: Add the following org.scalaz : scalaz-scalacheck-binding_native0.4_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scalaz:scalaz-scalacheck-binding_native0.4_2.13:7.4.0-M13")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.scalaz : scalaz-scalacheck-binding_native0.4_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.scalaz" % "scalaz-scalacheck-binding_native0.4_2.13" % "7.4.0-M13"