specs2-scalacheck


License

License

Categories

Categories

Scala Languages
GroupId

GroupId

com.github.japgolly.fork.specs2
ArtifactId

ArtifactId

specs2-scalacheck_2.11
Last Version

Last Version

2.4.17-scalaz72
Release Date

Release Date

Type

Type

jar
Description

Description

specs2-scalacheck
specs2-scalacheck
Project URL

Project URL

http://specs2.org/
Project Organization

Project Organization

com.github.japgolly.fork.specs2
Source Code Management

Source Code Management

http://github.com/etorreborre/specs2

Download specs2-scalacheck_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.japgolly.fork.specs2/specs2-scalacheck_2.11/ -->
<dependency>
    <groupId>com.github.japgolly.fork.specs2</groupId>
    <artifactId>specs2-scalacheck_2.11</artifactId>
    <version>2.4.17-scalaz72</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.japgolly.fork.specs2/specs2-scalacheck_2.11/
implementation 'com.github.japgolly.fork.specs2:specs2-scalacheck_2.11:2.4.17-scalaz72'
// https://jarcasting.com/artifacts/com.github.japgolly.fork.specs2/specs2-scalacheck_2.11/
implementation ("com.github.japgolly.fork.specs2:specs2-scalacheck_2.11:2.4.17-scalaz72")
'com.github.japgolly.fork.specs2:specs2-scalacheck_2.11:jar:2.4.17-scalaz72'
<dependency org="com.github.japgolly.fork.specs2" name="specs2-scalacheck_2.11" rev="2.4.17-scalaz72">
  <artifact name="specs2-scalacheck_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.japgolly.fork.specs2', module='specs2-scalacheck_2.11', version='2.4.17-scalaz72')
)
libraryDependencies += "com.github.japgolly.fork.specs2" % "specs2-scalacheck_2.11" % "2.4.17-scalaz72"
[com.github.japgolly.fork.specs2/specs2-scalacheck_2.11 "2.4.17-scalaz72"]

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.7
com.github.japgolly.fork.specs2 : specs2-core_2.11 jar 2.4.17-scalaz72
org.scalacheck : scalacheck_2.11 jar 1.12.1

Project Modules

There are no modules declared in this project.

Build Status Join the chat at https://gitter.im/etorreborre/specs2

Go to specs2.org to learn more about specs2!

Installation instructions

You need to download and install sbt. Then execute the following command:

sbt update publishLocal

Then you can generate the User Guide with:

sbt testOnly org.specs2.guide.UserGuide -- html

This should create html files in the target/specs2-reports directory.

Versions

Version
2.4.17-scalaz72