agitation


License

License

MIT
GroupId

GroupId

io.chrisdavenport
ArtifactId

ArtifactId

agitation_sjs1_2.12
Last Version

Last Version

0.3.0-M1
Release Date

Release Date

Type

Type

jar
Description

Description

agitation
agitation
Project URL

Project URL

https://github.com/ChristopherDavenport/agitation
Project Organization

Project Organization

io.chrisdavenport
Source Code Management

Source Code Management

https://github.com/davenverse/agitation

Download agitation_sjs1_2.12

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.13
org.scala-js : scalajs-library_2.12 jar 1.5.0
org.typelevel : cats-core_sjs1_2.12 jar 2.4.2
org.typelevel : cats-effect-kernel_sjs1_2.12 jar 3.0.0-RC2

test (5)

Group / Artifact Type Version
org.scala-js : scalajs-test-bridge_2.12 jar 1.5.0
org.typelevel : cats-effect_sjs1_2.12 jar 3.0.0-RC2
org.typelevel : cats-effect-laws_sjs1_2.12 jar 3.0.0-RC2
org.specs2 : specs2-core_sjs1_2.12 jar 4.10.6
org.specs2 : specs2-scalacheck_sjs1_2.12 jar 4.10.6

Project Modules

There are no modules declared in this project.

agitation - A Control Structure for Cancellation Build Status Maven Central

Head on over to the microsite

Quick Start

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

libraryDependencies ++= Seq(
  "io.chrisdavenport" %% "agitation"     % "<version>"
)
io.chrisdavenport

Versions

Version
0.3.0-M1
0.2.0