How To Install Java Artifact org.mortbay.jetty.embedded v6.0.0beta15

org.mortbay.jetty embedded 6.0.0beta15

Introduction

In this article, we'll learn how to install Java artifact embedded from org.mortbay.jetty group in version 6.0.0beta15. The artifact is available in 6 versions: 6.0.0rc2 6.0.0rc1 6.0.0rc0 6.0.0beta17 6.0.0beta16 6.0.0beta15 The Embedded examples project has its own website at: http://jetty.mortbay.org. The parent project is: org.mortbay.jetty::project::6.0.0beta15

How To Install Java Artifact org.mortbay.jetty.embedded In Version 6.0.0beta15

To install the Embedded examples artifact in version 6.0.0beta15 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 Embedded examples 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.

Compile dependencies (2)