is not current version
Last Version 1.0-RC2

it.thomasjohansen.weblauncher:jetty-launcher 1.0-RC1

Deploy web applications with embedded Jetty

Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

it.thomasjohansen.weblauncher
ArtifactId

ArtifactId

jetty-launcher
Version

Version

1.0-RC1
Type

Type

jar

Download jetty-launcher 1.0-RC1


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