Download start-2.2.2.jar file - Jar s

Jar examples for s:start

Description

Jetty is an open-source, standards-based, full-featured web server implemented entirely in Java. It is released under the Apache 2.0 licence and is therefore free for commercial use and distribution. First created in 1995, Jetty has benefitted from input from a vast user community and consistent and focused development by a stable core of lead developers. There are many more examples of Jetty in action on the Jetty Powered Page that has selections from among the tens of thousands of production Jetty instances. However, as Jetty aims to be as unobtrusive as possible, countless websites and products are based around Jetty, but Jetty is invisible!

You can download jar file start 2.2.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add start-2.2.2.jar to your project.

<dependency>
   <groupId>org.apache.river</groupId>
   <artifactId>start</artifactId>
   <version>2.2.2</version>
</dependency>
compile group: 'org.apache.river', name: 'start', version: '2.2.2'
libraryDependencies += "org.apache.river" % "start" % "2.2.2"
<dependency org="org.apache.river" name="start" rev="2.2.2"/>
@Grapes(@Grab(group='org.apache.river', module='start', version='2.2.2'))
'org.apache.river:start:jar:2.2.2'

Download

Click the following link to download the jar file.

start-2.2.2.jar
start-2.2.2.pom



Related Tutorials