License |
License |
---|---|
GroupId | GroupIddev.kovstas |
ArtifactId | ArtifactIdfs2-throttler_2.13 |
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.13-1.0.2.pom | |
fs2-throttler_2.13-1.0.2.jar | 11 KB |
fs2-throttler_2.13-1.0.2-sources.jar | 2 KB |
fs2-throttler_2.13-1.0.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.kovstas/fs2-throttler_2.13/ -->
<dependency>
<groupId>dev.kovstas</groupId>
<artifactId>fs2-throttler_2.13</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/dev.kovstas/fs2-throttler_2.13/
implementation 'dev.kovstas:fs2-throttler_2.13:1.0.2'
// https://jarcasting.com/artifacts/dev.kovstas/fs2-throttler_2.13/
implementation ("dev.kovstas:fs2-throttler_2.13:1.0.2")
'dev.kovstas:fs2-throttler_2.13:jar:1.0.2'
<dependency org="dev.kovstas" name="fs2-throttler_2.13" rev="1.0.2">
<artifact name="fs2-throttler_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.kovstas', module='fs2-throttler_2.13', version='1.0.2')
)
libraryDependencies += "dev.kovstas" % "fs2-throttler_2.13" % "1.0.2"
[dev.kovstas/fs2-throttler_2.13 "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.13.8 |
co.fs2 : fs2-core_2.13 | jar | 3.2.7 |
Group / Artifact | Type | Version |
---|---|---|
org.scalameta : munit_2.13 | jar | 0.7.29 |
org.typelevel : cats-effect-testkit_2.13 | jar | 3.3.11 |