Jetty Bootstrap : Servlets Dependencies

The Open Source Jetty starter kit library to quickly build standalone application

License

License

Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

org.teknux
ArtifactId

ArtifactId

jetty-bootstrap-servlets
Last Version

Last Version

1.0.14
Release Date

Release Date

Type

Type

jar
Description

Description

Jetty Bootstrap : Servlets Dependencies
The Open Source Jetty starter kit library to quickly build standalone application
Source Code Management

Source Code Management

http://github.com/teknux-org/jetty-bootstrap/tree/master/jetty-bootstrap-servlets

Download jetty-bootstrap-servlets

How to add to project

<!-- https://jarcasting.com/artifacts/org.teknux/jetty-bootstrap-servlets/ -->
<dependency>
    <groupId>org.teknux</groupId>
    <artifactId>jetty-bootstrap-servlets</artifactId>
    <version>1.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.teknux/jetty-bootstrap-servlets/
implementation 'org.teknux:jetty-bootstrap-servlets:1.0.14'
// https://jarcasting.com/artifacts/org.teknux/jetty-bootstrap-servlets/
implementation ("org.teknux:jetty-bootstrap-servlets:1.0.14")
'org.teknux:jetty-bootstrap-servlets:jar:1.0.14'
<dependency org="org.teknux" name="jetty-bootstrap-servlets" rev="1.0.14">
  <artifact name="jetty-bootstrap-servlets" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.teknux', module='jetty-bootstrap-servlets', version='1.0.14')
)
libraryDependencies += "org.teknux" % "jetty-bootstrap-servlets" % "1.0.14"
[org.teknux/jetty-bootstrap-servlets "1.0.14"]

Dependencies

compile (1)

Group / Artifact Type Version
org.eclipse.jetty : jetty-servlets jar 9.4.18.v20190429

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.14
1.0.13
1.0.12