Jetty webapp launcher

Launch in-process web application using Jetty

Лицензия

Лицензия

Группа

Группа

org.polyglotted
Идентификатор

Идентификатор

webapp-launcher
Последняя версия

Последняя версия

1.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Jetty webapp launcher
Launch in-process web application using Jetty
Организация-разработчик

Организация-разработчик

Polyglotted Org
Система контроля версий

Система контроля версий

https://github.com/polyglotted/webapp-launcher

Скачать webapp-launcher

Как подключить последнюю версию

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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
org.eclipse.jetty : jetty-server jar 8.1.5.v20120716
org.eclipse.jetty : jetty-servlet jar 8.1.5.v20120716
org.eclipse.jetty : jetty-webapp jar 8.1.5.v20120716
org.eclipse.jetty : jetty-servlets jar 8.1.5.v20120716
org.eclipse.jetty : jetty-jsp jar 8.1.4.v20120524

provided (3)

Идентификатор библиотеки Тип Версия
javax.servlet : servlet-api jar 2.5
javax.servlet.jsp : jsp-api jar 2.1
javax.servlet : jstl jar 1.2

Модули Проекта

Данный проект не имеет модулей.

App Launcher

App Launcher is the latest incarnation of the old webapp-launcher project and is being rebuilt to incorporate modern deployment using docker infrastructure. Please bookmark this page for exciting announcements!!

Continuous Integration

Circle CI

codecov

Dependency Status

org.polyglotted

Polyglotted

Версии библиотеки

Версия
1.0.2
1.0.1
1.0.0