MVN

io.github.q3769 : conottle

Maven & Gradle

Jun 08, 2023
2 stars

conottle · A Java concurrent API to throttle the maximum concurrency to process tasks for any given client while the total number of clients being serviced in parallel can also be throttled

<dependency>
    <groupId>io.github.q3769</groupId>
    <artifactId>conottle</artifactId>
    <version>10.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.q3769 : conottle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.1.1

All Versions

Choose a version of io.github.q3769 : conottle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.1.x
conottle-10.1.1
conottle-10.1.0
10.0.x
conottle-10.0.3
conottle-10.0.2
conottle-10.0.1
conottle-10.0.0
9.0.x
conottle-9.0.1
conottle-9.0.0
8.0.x
conottle-8.0.0
7.0.x
conottle-7.0.0
6.0.x
conottle-6.0.5
conottle-6.0.4
conottle-6.0.3
conottle-6.0.2
conottle-6.0.1
conottle-6.0.0
5.0.x
conottle-5.0.3
conottle-5.0.2
conottle-5.0.1
conottle-5.0.0
4.0.x
conottle-4.0.1
conottle-4.0.0
3.0.x
conottle-3.0.0
2.0.x
conottle-2.0.10
conottle-2.0.9
conottle-2.0.8
conottle-2.0.7
conottle-2.0.6
conottle-2.0.5
conottle-2.0.4
conottle-2.0.3
conottle-2.0.2
conottle-2.0.1
conottle-2.0.0
1.0.x
conottle-1.0.3
conottle-1.0.2
conottle-1.0.1
conottle-1.0.0

How to add a dependency to Maven

Add the following io.github.q3769 : conottle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.q3769</groupId>
    <artifactId>conottle</artifactId>
    <version>10.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.q3769 : conottle gradle dependency to your build.gradle file:

implementation 'io.github.q3769:conottle:10.1.1'

Gradle Kotlin DSL: Add the following io.github.q3769 : conottle gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.q3769:conottle:10.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.q3769 : conottle sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.q3769" % "conottle" % "10.1.1"

Advertisement