License |
License |
---|---|
GroupId | GroupIdcom.mattunderscore |
ArtifactId | ArtifactIdrated-executor |
Version | Version0.1.1 |
Type | Typejar |
Description |
DescriptionRated Executor
A library of rate limited executors. The executors in this library will execute
tasks no faster than some rate. It also exposes many of the generic components to used to
construct these executors.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rated-executor-0.1.1.pom | |
rated-executor-0.1.1.jar | 28 KB |
rated-executor-0.1.1-sources.jar | 42 KB |
rated-executor-0.1.1-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mattunderscore/rated-executor/ -->
<dependency>
<groupId>com.mattunderscore</groupId>
<artifactId>rated-executor</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mattunderscore/rated-executor/
implementation 'com.mattunderscore:rated-executor:0.1.1'
// https://jarcasting.com/artifacts/com.mattunderscore/rated-executor/
implementation ("com.mattunderscore:rated-executor:0.1.1")
'com.mattunderscore:rated-executor:jar:0.1.1'
<dependency org="com.mattunderscore" name="rated-executor" rev="0.1.1">
<artifact name="rated-executor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mattunderscore', module='rated-executor', version='0.1.1')
)
libraryDependencies += "com.mattunderscore" % "rated-executor" % "0.1.1"
[com.mattunderscore/rated-executor "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
net.jcip : jcip-annotations | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.9.5 |