scalacheck


License

License

MIT
Categories

Categories

Scala Languages
GroupId

GroupId

org.typelevel
ArtifactId

ArtifactId

cats-collections-scalacheck_sjs0.6_2.13
Last Version

Last Version

0.9.0
Release Date

Release Date

Type

Type

jar
Description

Description

scalacheck
scalacheck
Project URL

Project URL

https://github.com/typelevel/cats-collections
Project Organization

Project Organization

org.typelevel
Source Code Management

Source Code Management

https://github.com/typelevel/cats-collections

Download cats-collections-scalacheck_sjs0.6_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/org.typelevel/cats-collections-scalacheck_sjs0.6_2.13/ -->
<dependency>
    <groupId>org.typelevel</groupId>
    <artifactId>cats-collections-scalacheck_sjs0.6_2.13</artifactId>
    <version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.typelevel/cats-collections-scalacheck_sjs0.6_2.13/
implementation 'org.typelevel:cats-collections-scalacheck_sjs0.6_2.13:0.9.0'
// https://jarcasting.com/artifacts/org.typelevel/cats-collections-scalacheck_sjs0.6_2.13/
implementation ("org.typelevel:cats-collections-scalacheck_sjs0.6_2.13:0.9.0")
'org.typelevel:cats-collections-scalacheck_sjs0.6_2.13:jar:0.9.0'
<dependency org="org.typelevel" name="cats-collections-scalacheck_sjs0.6_2.13" rev="0.9.0">
  <artifact name="cats-collections-scalacheck_sjs0.6_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.typelevel', module='cats-collections-scalacheck_sjs0.6_2.13', version='0.9.0')
)
libraryDependencies += "org.typelevel" % "cats-collections-scalacheck_sjs0.6_2.13" % "0.9.0"
[org.typelevel/cats-collections-scalacheck_sjs0.6_2.13 "0.9.0"]

Dependencies

compile (6)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.0
org.typelevel : cats-collections-core_sjs0.6_2.13 jar 0.9.0
org.scala-js : scalajs-library_2.13 jar 0.6.29
org.typelevel : cats-core_sjs0.6_2.13 jar 2.0.0
org.typelevel : algebra_sjs0.6_2.13 jar 2.0.0
org.scalacheck : scalacheck_sjs0.6_2.13 jar 1.14.2

test (1)

Group / Artifact Type Version
org.scala-js : scalajs-test-bridge_2.13 jar 0.6.29

Project Modules

There are no modules declared in this project.

Cats-Collections

Build Status codecov.io Maven Central Join the chat at https://gitter.im/typelevel/cats-collections

It intends to be a library containing data structures which facilitate pure functional programming in the Scala programming language. Some of these are replacements for structures already present in the Scala standard library, but with improvements in safety, some are data structures for which there is no analogue in the Scala standard library.

Getting Started

Cats Collections is currently available for Scala 2.11, 2.12 and 2.13.

To get started with sbt, simply add the following to your build.sbt file:

libraryDependencies += "org.typelevel" %% "cats-collections-core" % "0.9.0"

CONTRIBUTING

Contributions in all forms (including discussion, suggestions, bug reports, usage reports, pull requests, patches, etc) are welcome and encouraged from everyone!

The cats-collection project demands that all activities surrounding the project follow the Typelevel Code of Conduct. If you witness any behavior from any individual which you feel might be harmful in any way or might not be a violation of the code of conduct, please speak up. Please contact any individual named in the Typelevel Code of Conduct so that it can be addressed as soon as possible.

org.typelevel

typelevel.scala

Let the Scala compiler work for you.

Versions

Version
0.9.0
0.8.0