License |
License |
---|---|
GroupId | GroupIddev.kovstas |
ArtifactId | ArtifactIdfs2-throttler_2.12 |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfs2-throttler
Throttling for FS2 based on the Token bucket algorithm
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fs2-throttler_2.12-1.0.2.pom | |
fs2-throttler_2.12-1.0.2.jar | 11 KB |
fs2-throttler_2.12-1.0.2-sources.jar | 2 KB |
fs2-throttler_2.12-1.0.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.kovstas/fs2-throttler_2.12/ -->
<dependency>
<groupId>dev.kovstas</groupId>
<artifactId>fs2-throttler_2.12</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/dev.kovstas/fs2-throttler_2.12/
implementation 'dev.kovstas:fs2-throttler_2.12:1.0.2'
// https://jarcasting.com/artifacts/dev.kovstas/fs2-throttler_2.12/
implementation ("dev.kovstas:fs2-throttler_2.12:1.0.2")
'dev.kovstas:fs2-throttler_2.12:jar:1.0.2'
<dependency org="dev.kovstas" name="fs2-throttler_2.12" rev="1.0.2">
<artifact name="fs2-throttler_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.kovstas', module='fs2-throttler_2.12', version='1.0.2')
)
libraryDependencies += "dev.kovstas" % "fs2-throttler_2.12" % "1.0.2"
[dev.kovstas/fs2-throttler_2.12 "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.16 |
co.fs2 : fs2-core_2.12 | jar | 3.2.7 |
Group / Artifact | Type | Version |
---|---|---|
org.scalameta : munit_2.12 | jar | 0.7.29 |
org.typelevel : cats-effect-testkit_2.12 | jar | 3.3.11 |