Last Version

future-queue 1.2.0

A queue for Scala which returns Futures for elements which may not have been enqueued yet.

License

License

GroupId

GroupId

com.nthportal
ArtifactId

ArtifactId

future-queue_2.12
Version

Version

1.2.0
Type

Type

jar
Description

Description

future-queue
A queue for Scala which returns Futures for elements which may not have been enqueued yet.
Project URL

Project URL

https://github.com/NthPortal/future-queue
Project Organization

Project Organization

com.nthportal
Source Code Management

Source Code Management

https://github.com/NthPortal/future-queue

Download future-queue_2.12 1.2.0


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

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.1

test (2)

Group / Artifact Type Version
org.scalatest : scalatest_2.12 jar [3.0,3.1)
com.nthportal : testing-utils_2.12 jar [1,2)

Project Modules

There are no modules declared in this project.