web-launcher
This project facilitates launching of Java web applications without the need for pre-installed web container software. It does this by embedding Tomcat or Jetty, by your choice, through a fluent API.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаit.thomasjohansen.launcher |
| Идентификатор | Идентификаторweb-launcher |
| Последняя версия | Последняя версия1.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеWeb Launcher
Web launcher root module
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| web-launcher-1.2.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/it.thomasjohansen.launcher/web-launcher/ -->
<dependency>
<groupId>it.thomasjohansen.launcher</groupId>
<artifactId>web-launcher</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/it.thomasjohansen.launcher/web-launcher/
implementation 'it.thomasjohansen.launcher:web-launcher:1.2'
// https://jarcasting.com/artifacts/it.thomasjohansen.launcher/web-launcher/
implementation ("it.thomasjohansen.launcher:web-launcher:1.2")
'it.thomasjohansen.launcher:web-launcher:pom:1.2'
<dependency org="it.thomasjohansen.launcher" name="web-launcher" rev="1.2">
<artifact name="web-launcher" type="pom" />
</dependency>
@Grapes(
@Grab(group='it.thomasjohansen.launcher', module='web-launcher', version='1.2')
)
libraryDependencies += "it.thomasjohansen.launcher" % "web-launcher" % "1.2"
[it.thomasjohansen.launcher/web-launcher "1.2"]
This project facilitates launching of Java web applications without the need for pre-installed web container software. It does this by embedding Tomcat or Jetty, by your choice, through a fluent API.