MVN

com.mattunderscore : rated-executor

Maven & Gradle

Nov 08, 2013
0 stars

Rated 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.

<dependency>
    <groupId>com.mattunderscore</groupId>
    <artifactId>rated-executor</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mattunderscore : rated-executor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of com.mattunderscore : rated-executor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
rated-executor-0.1.1
rated-executor-0.1.0
0.0.x
rated-executor-0.0.1

How to add a dependency to Maven

Add the following com.mattunderscore : rated-executor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mattunderscore</groupId>
    <artifactId>rated-executor</artifactId>
    <version>0.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mattunderscore : rated-executor gradle dependency to your build.gradle file:

implementation 'com.mattunderscore:rated-executor:0.1.1'

Gradle Kotlin DSL: Add the following com.mattunderscore : rated-executor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mattunderscore:rated-executor:0.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mattunderscore : rated-executor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mattunderscore" % "rated-executor" % "0.1.1"