MVN

jetty : jetty-spring

Maven & Gradle

Dec 01, 2006
<dependency>
    <groupId>jetty</groupId>
    <artifactId>jetty-spring</artifactId>
    <version>6.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of jetty : jetty-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.2

All Versions

Choose a version of jetty : jetty-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
jetty-spring-6.0.2
jetty-spring-6.0.1
jetty-spring-6.0.0
jetty-spring-6.0.0rc4
jetty-spring-6.0.0rc3

How to add a dependency to Maven

Add the following jetty : jetty-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>jetty</groupId>
    <artifactId>jetty-spring</artifactId>
    <version>6.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following jetty : jetty-spring gradle dependency to your build.gradle file:

implementation 'jetty:jetty-spring:6.0.2'

Gradle Kotlin DSL: Add the following jetty : jetty-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("jetty:jetty-spring:6.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following jetty : jetty-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "jetty" % "jetty-spring" % "6.0.2"

Advertisement

Dependencies from Group

Dec 31, 2006
78 usages
Oct 25, 2007
59 usages
Dec 01, 2006
7 usages
Sep 20, 2005
7 usages
Sep 20, 2005
7 usages

Discover Dependencies

Feb 08, 2012
Apr 29, 2013
2 usages
7 stars
Dec 27, 2011
1 usages
865 stars
Apr 17, 2014
1 usages
2 stars