MVN

org.spire-math : spire-scalacheck-binding_2.10

Maven & Gradle

May 16, 2015
2 usages
1.7k stars

spire-scalacheck-binding · spire-scalacheck-binding

<dependency>
    <groupId>org.spire-math</groupId>
    <artifactId>spire-scalacheck-binding_2.10</artifactId>
    <version>0.10.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.spire-math : spire-scalacheck-binding_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.1
  • Latest Release Candidate: 0.3.0-RC2

All Versions

Choose a version of org.spire-math : spire-scalacheck-binding_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
spire-scalacheck-binding_2.10-0.10.1
0.9.x
spire-scalacheck-binding_2.10-0.9.1
spire-scalacheck-binding_2.10-0.9.0
0.8.x
spire-scalacheck-binding_2.10-0.8.2
spire-scalacheck-binding_2.10-0.8.0
0.7.x
spire-scalacheck-binding_2.10-0.7.5
spire-scalacheck-binding_2.10-0.7.4
spire-scalacheck-binding_2.10-0.7.3
spire-scalacheck-binding_2.10-0.7.2
spire-scalacheck-binding_2.10-0.7.1
spire-scalacheck-binding_2.10-0.7.0
0.6.x
spire-scalacheck-binding_2.10-0.6.1
spire-scalacheck-binding_2.10-0.6.0
0.5.x
spire-scalacheck-binding_2.10-0.5.1
spire-scalacheck-binding_2.10-0.5.0
0.4.x
spire-scalacheck-binding_2.10-0.4.0
spire-scalacheck-binding_2.10-0.4.0-M4
spire-scalacheck-binding_2.10-0.4.0-M3
spire-scalacheck-binding_2.10-0.4.0-M2
spire-scalacheck-binding_2.10-0.4.0-M1
0.3.x
spire-scalacheck-binding_2.10-0.3.0
spire-scalacheck-binding_2.10-0.3.0-RC2

How to add a dependency to Maven

Add the following org.spire-math : spire-scalacheck-binding_2.10 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.spire-math</groupId>
    <artifactId>spire-scalacheck-binding_2.10</artifactId>
    <version>0.10.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.spire-math : spire-scalacheck-binding_2.10 gradle dependency to your build.gradle file:

implementation 'org.spire-math:spire-scalacheck-binding_2.10:0.10.1'

Gradle Kotlin DSL: Add the following org.spire-math : spire-scalacheck-binding_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.spire-math:spire-scalacheck-binding_2.10:0.10.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.spire-math : spire-scalacheck-binding_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.spire-math" % "spire-scalacheck-binding_2.10" % "0.10.1"

Advertisement