core

A Reactive Streams infrastructure implementation in Scala

License

License

GroupId

GroupId

io.swave
ArtifactId

ArtifactId

swave-core_2.11
Last Version

Last Version

0.7.1
Release Date

Release Date

Type

Type

jar
Description

Description

core
A Reactive Streams infrastructure implementation in Scala
Project URL

Project URL

http://swave.io
Project Organization

Project Organization

io.swave
Source Code Management

Source Code Management

https://github.com/sirthias/swave

Download swave-core_2.11

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.8
org.reactivestreams : reactive-streams jar 1.0.0
org.jctools : jctools-core jar 2.0.1
com.typesafe : config jar 1.3.1
com.chuusai : shapeless_2.11 jar 2.3.2
com.typesafe.scala-logging : scala-logging_2.11 jar 3.5.0

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 3.0.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.7.1
0.7.0
0.6.0
0.5.0
0.5-M4
0.5-M3
0.5-M2
0.5-M1