MVN

org.mortbay.jetty : example-jetty-spring

Maven & Gradle

Aug 27, 2009

Example :: Jetty Spring Example

<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>example-jetty-spring</artifactId>
    <version>7.0.0.RC5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mortbay.jetty : example-jetty-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.0.RC5
  • Latest Release Candidate: 7.0.0.RC5

All Versions

Choose a version of org.mortbay.jetty : example-jetty-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
example-jetty-spring-7.0.0.RC5
example-jetty-spring-7.0.0.RC4
example-jetty-spring-7.0.0.RC3
example-jetty-spring-7.0.0.RC2
example-jetty-spring-7.0.0.1beta3
example-jetty-spring-7.0.0.1beta2
example-jetty-spring-7.0.0.1beta1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>example-jetty-spring</artifactId>
    <version>7.0.0.RC5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.mortbay.jetty:example-jetty-spring:7.0.0.RC5'

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

implementation("org.mortbay.jetty:example-jetty-spring:7.0.0.RC5")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.mortbay.jetty" % "example-jetty-spring" % "7.0.0.RC5"

Advertisement