MVN

com.sun.grizzly : grizzly-requests-throttling

Maven & Gradle

Jul 27, 2010

grizzly-requests-throttling

<dependency>
    <groupId>com.sun.grizzly</groupId>
    <artifactId>grizzly-requests-throttling</artifactId>
    <version>1.8.6.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sun.grizzly : grizzly-requests-throttling to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.6.6
  • Latest Release Candidate: 1.8.6-RC3

All Versions

Choose a version of com.sun.grizzly : grizzly-requests-throttling to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
grizzly-requests-throttling-1.9.3
grizzly-requests-throttling-1.9.2
grizzly-requests-throttling-1.9.1
grizzly-requests-throttling-1.9.0
1.8.x
grizzly-requests-throttling-1.8.6.6
grizzly-requests-throttling-1.8.6.4
grizzly-requests-throttling-1.8.6.3
grizzly-requests-throttling-1.8.6.2
grizzly-requests-throttling-1.8.6.1
grizzly-requests-throttling-1.8.6
grizzly-requests-throttling-1.8.6-RC3
grizzly-requests-throttling-1.8.6-RC2
grizzly-requests-throttling-1.8.6-RC1
grizzly-requests-throttling-1.8.5.4
grizzly-requests-throttling-1.8.5.3
grizzly-requests-throttling-1.8.5.2
grizzly-requests-throttling-1.8.5.1
grizzly-requests-throttling-1.8.5
grizzly-requests-throttling-1.8.3
grizzly-requests-throttling-1.8.2
grizzly-requests-throttling-1.8.1
grizzly-requests-throttling-1.8.0.1
grizzly-requests-throttling-1.8.0
grizzly-requests-throttling-1.8.0-rc1
1.7.x
grizzly-requests-throttling-1.7.3.3
grizzly-requests-throttling-1.7.3.2
grizzly-requests-throttling-1.7.3
grizzly-requests-throttling-1.7.3.1

How to add a dependency to Maven

Add the following com.sun.grizzly : grizzly-requests-throttling maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sun.grizzly</groupId>
    <artifactId>grizzly-requests-throttling</artifactId>
    <version>1.8.6.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sun.grizzly : grizzly-requests-throttling gradle dependency to your build.gradle file:

implementation 'com.sun.grizzly:grizzly-requests-throttling:1.8.6.6'

Gradle Kotlin DSL: Add the following com.sun.grizzly : grizzly-requests-throttling gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sun.grizzly:grizzly-requests-throttling:1.8.6.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sun.grizzly : grizzly-requests-throttling sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sun.grizzly" % "grizzly-requests-throttling" % "1.8.6.6"