License |
License |
---|---|
GroupId | GroupIdcom.nthportal |
ArtifactId | ArtifactIdfuture-queue_2.12 |
Version | Version1.2.0 |
Type | Typejar |
Description |
Descriptionfuture-queue
A queue for Scala which returns Futures for elements which may not have been enqueued yet.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
future-queue_2.12-1.2.0.pom | |
future-queue_2.12-1.2.0.jar | 16 KB |
future-queue_2.12-1.2.0-sources.jar | 4 KB |
future-queue_2.12-1.2.0-javadoc.jar | 635 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.1 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.12 | jar | [3.0,3.1) |
com.nthportal : testing-utils_2.12 | jar | [1,2) |