| License |
License |
|---|---|
| GroupId | GroupIddev.kovstas |
| ArtifactId | ArtifactIdfs2-throttler_3 |
| 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_3-1.0.2.pom | |
| fs2-throttler_3-1.0.2.jar | 16 KB |
| fs2-throttler_3-1.0.2-sources.jar | 2 KB |
| fs2-throttler_3-1.0.2-javadoc.jar | 183 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.kovstas/fs2-throttler_3/ -->
<dependency>
<groupId>dev.kovstas</groupId>
<artifactId>fs2-throttler_3</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/dev.kovstas/fs2-throttler_3/
implementation 'dev.kovstas:fs2-throttler_3:1.0.2'
// https://jarcasting.com/artifacts/dev.kovstas/fs2-throttler_3/
implementation ("dev.kovstas:fs2-throttler_3:1.0.2")
'dev.kovstas:fs2-throttler_3:jar:1.0.2'
<dependency org="dev.kovstas" name="fs2-throttler_3" rev="1.0.2">
<artifact name="fs2-throttler_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.kovstas', module='fs2-throttler_3', version='1.0.2')
)
libraryDependencies += "dev.kovstas" % "fs2-throttler_3" % "1.0.2"
[dev.kovstas/fs2-throttler_3 "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala3-library_3 | jar | 3.1.2 |
| co.fs2 : fs2-core_3 | jar | 3.2.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalameta : munit_3 | jar | 0.7.29 |
| org.typelevel : cats-effect-testkit_3 | jar | 3.3.11 |