ancient-concurrent


License

License

GroupId

GroupId

io.chrisdavenport
ArtifactId

ArtifactId

ancient-concurrent_2.11
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

ancient-concurrent
ancient-concurrent
Project URL

Project URL

https://github.com/ChristopherDavenport/ancient-concurrent
Project Organization

Project Organization

io.chrisdavenport
Source Code Management

Source Code Management

https://github.com/ChristopherDavenport/ancient-concurrent

Download ancient-concurrent_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/io.chrisdavenport/ancient-concurrent_2.11/ -->
<dependency>
    <groupId>io.chrisdavenport</groupId>
    <artifactId>ancient-concurrent_2.11</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.chrisdavenport/ancient-concurrent_2.11/
implementation 'io.chrisdavenport:ancient-concurrent_2.11:0.1.0'
// https://jarcasting.com/artifacts/io.chrisdavenport/ancient-concurrent_2.11/
implementation ("io.chrisdavenport:ancient-concurrent_2.11:0.1.0")
'io.chrisdavenport:ancient-concurrent_2.11:jar:0.1.0'
<dependency org="io.chrisdavenport" name="ancient-concurrent_2.11" rev="0.1.0">
  <artifact name="ancient-concurrent_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.chrisdavenport', module='ancient-concurrent_2.11', version='0.1.0')
)
libraryDependencies += "io.chrisdavenport" % "ancient-concurrent_2.11" % "0.1.0"
[io.chrisdavenport/ancient-concurrent_2.11 "0.1.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
org.typelevel : cats-effect_2.11 jar 0.10.1

test (1)

Group / Artifact Type Version
org.scalatestplus : scalatestplus-scalacheck_2.11 jar 3.1.0.0-RC2

Project Modules

There are no modules declared in this project.

ancient-concurrent - Cats-Effect Concurrency For Ancient Times Build Status Maven Central Code of Consuct

Head on over to the microsite

Quick Start

To use ancient-concurrent in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your build.sbt depending on your needs:

libraryDependencies ++= Seq(
  "io.chrisdavenport" %% "ancient-concurrent" % "<version>"
)

Versions

Version
0.1.0
0.0.1