How To Install Java Artifact org.mortbay.jetty.servlet-api v3.0.pre1

org.mortbay.jetty servlet-api 3.0.pre1

Introduction

In this article, we'll learn how to install Java artifact servlet-api from org.mortbay.jetty group in version 3.0.pre1. The artifact is available in 10 versions: 3.0.pre4 3.0.pre1 3.0.pre0 3.0.edr.pre6 3.0.PFD20090525 3.0.20100224 3.0.20090124 2.5.20110712 2.5-20110124 2.5-20081211 The Servlet API project has its own website at: http://jetty.mortbay.org. The parent project is: org.mortbay.jetty::jetty-parent::3

How To Install Java Artifact org.mortbay.jetty.servlet-api In Version 3.0.pre1

To install the Servlet API artifact in version 3.0.pre1 add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses Servlet API dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.