Immutable Future
This project have been renamed to stateless-future, check https://github.com/Atry/stateless-future instead.
License |
License |
---|---|
GroupId | GroupIdcom.qifun |
ArtifactId | ArtifactIdimmutable-future_2.10 |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionimmutable-future
The rubost asynchronous programming facility for Scala that offers a direct API for working with Futures.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
immutable-future_2.10-0.1.pom | |
immutable-future_2.10-0.1.jar | 343 KB |
immutable-future_2.10-0.1-sources.jar | 7 KB |
immutable-future_2.10-0.1-javadoc.jar | 373 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.qifun/immutable-future_2.10/ -->
<dependency>
<groupId>com.qifun</groupId>
<artifactId>immutable-future_2.10</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.qifun/immutable-future_2.10/
implementation 'com.qifun:immutable-future_2.10:0.1'
// https://jarcasting.com/artifacts/com.qifun/immutable-future_2.10/
implementation ("com.qifun:immutable-future_2.10:0.1")
'com.qifun:immutable-future_2.10:jar:0.1'
<dependency org="com.qifun" name="immutable-future_2.10" rev="0.1">
<artifact name="immutable-future_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qifun', module='immutable-future_2.10', version='0.1')
)
libraryDependencies += "com.qifun" % "immutable-future_2.10" % "0.1"
[com.qifun/immutable-future_2.10 "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.10.4 |
org.scala-lang : scala-reflect | jar | 2.10.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit-dep | jar | 4.10 |
com.novocode : junit-interface | jar | 0.10 |
This project have been renamed to stateless-future, check https://github.com/Atry/stateless-future instead.