MVN

dev.travisbrown : scalacheck-1-14_0.22

Maven & Gradle

Feb 25, 2020
2 usages
56 stars

scalacheck-1.14 · scalacheck-1.14

<dependency>
    <groupId>dev.travisbrown</groupId>
    <artifactId>scalacheck-1-14_0.22</artifactId>
    <version>3.1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.travisbrown : scalacheck-1-14_0.22 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.1.1

All Versions

Choose a version of dev.travisbrown : scalacheck-1-14_0.22 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
scalacheck-1-14_0.22-3.1.1.1
scalacheck-1-14_0.22-3.1.0.1-20200201-c4c847f-NIGHTLY
scalacheck-1-14_0.22-3.1.0.1-20200123-9982f0d-NIGHTLY

How to add a dependency to Maven

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

<dependency>
    <groupId>dev.travisbrown</groupId>
    <artifactId>scalacheck-1-14_0.22</artifactId>
    <version>3.1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.travisbrown : scalacheck-1-14_0.22 gradle dependency to your build.gradle file:

implementation 'dev.travisbrown:scalacheck-1-14_0.22:3.1.1.1'

Gradle Kotlin DSL: Add the following dev.travisbrown : scalacheck-1-14_0.22 gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.travisbrown:scalacheck-1-14_0.22:3.1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.travisbrown : scalacheck-1-14_0.22 sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.travisbrown" % "scalacheck-1-14_0.22" % "3.1.1.1"

Advertisement