Jetty Launcher

Deploy web applications with embedded Jetty

License

License

Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

it.thomasjohansen.weblauncher
ArtifactId

ArtifactId

jetty-launcher
Last Version

Last Version

1.0-RC2
Release Date

Release Date

Type

Type

jar
Description

Description

Jetty Launcher
Deploy web applications with embedded Jetty

Download jetty-launcher

How to add to project

<!-- https://jarcasting.com/artifacts/it.thomasjohansen.weblauncher/jetty-launcher/ -->
<dependency>
    <groupId>it.thomasjohansen.weblauncher</groupId>
    <artifactId>jetty-launcher</artifactId>
    <version>1.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/it.thomasjohansen.weblauncher/jetty-launcher/
implementation 'it.thomasjohansen.weblauncher:jetty-launcher:1.0-RC2'
// https://jarcasting.com/artifacts/it.thomasjohansen.weblauncher/jetty-launcher/
implementation ("it.thomasjohansen.weblauncher:jetty-launcher:1.0-RC2")
'it.thomasjohansen.weblauncher:jetty-launcher:jar:1.0-RC2'
<dependency org="it.thomasjohansen.weblauncher" name="jetty-launcher" rev="1.0-RC2">
  <artifact name="jetty-launcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.thomasjohansen.weblauncher', module='jetty-launcher', version='1.0-RC2')
)
libraryDependencies += "it.thomasjohansen.weblauncher" % "jetty-launcher" % "1.0-RC2"
[it.thomasjohansen.weblauncher/jetty-launcher "1.0-RC2"]

Dependencies

compile (13)

Group / Artifact Type Version
it.thomasjohansen.weblauncher : web-launcher-common jar 1.0-RC2
org.eclipse.jetty : jetty-server jar 9.3.7.v20160115
org.eclipse.jetty : jetty-webapp jar 9.3.7.v20160115
org.eclipse.jetty : jetty-http jar 9.3.7.v20160115
org.eclipse.jetty : jetty-servlet jar 9.3.7.v20160115
org.eclipse.jetty : jetty-util jar 9.3.7.v20160115
org.eclipse.jetty : jetty-xml jar 9.3.7.v20160115
org.eclipse.jetty : jetty-io jar 9.3.7.v20160115
org.eclipse.jetty : jetty-security jar 9.3.7.v20160115
org.eclipse.jetty : jetty-annotations jar 9.3.7.v20160115
org.eclipse.jetty : jetty-plus jar 9.3.7.v20160115
org.ow2.asm : asm jar 5.0.1
org.eclipse.jetty : jetty-jndi jar 9.3.7.v20160115

Project Modules

There are no modules declared in this project.

Versions

Version
1.0-RC2
1.0-RC1