MVN

com.sun.grizzly : grizzly-jruby-webserver

Maven & Gradle

Aug 03, 2011

grizzly-jruby-webserver

<dependency>
    <groupId>com.sun.grizzly</groupId>
    <artifactId>grizzly-jruby-webserver</artifactId>
    <version>1.7.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.7.3.3

All Versions

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

Version Vulnerabilities Updated
1.7.x
grizzly-jruby-webserver-1.7.3.3
grizzly-jruby-webserver-1.7.3.1
grizzly-jruby-webserver-1.7.3
grizzly-jruby-webserver-1.7.2
grizzly-jruby-webserver-1.7.1
grizzly-jruby-webserver-1.7.0
grizzly-jruby-webserver-1.7.0_02

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sun.grizzly</groupId>
    <artifactId>grizzly-jruby-webserver</artifactId>
    <version>1.7.3.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.sun.grizzly:grizzly-jruby-webserver:1.7.3.3'

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

implementation("com.sun.grizzly:grizzly-jruby-webserver:1.7.3.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.sun.grizzly" % "grizzly-jruby-webserver" % "1.7.3.3"