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.weblauncher |
| Идентификатор | Идентификаторweb-launcher |
| Последняя версия | Последняя версия1.0-RC2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеWeb Launcher
Web launcher root module
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| web-launcher-1.0-RC2.pom | 881 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/it.thomasjohansen.weblauncher/web-launcher/ -->
<dependency>
<groupId>it.thomasjohansen.weblauncher</groupId>
<artifactId>web-launcher</artifactId>
<version>1.0-RC2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/it.thomasjohansen.weblauncher/web-launcher/
implementation 'it.thomasjohansen.weblauncher:web-launcher:1.0-RC2'
// https://jarcasting.com/artifacts/it.thomasjohansen.weblauncher/web-launcher/
implementation ("it.thomasjohansen.weblauncher:web-launcher:1.0-RC2")
'it.thomasjohansen.weblauncher:web-launcher:pom:1.0-RC2'
<dependency org="it.thomasjohansen.weblauncher" name="web-launcher" rev="1.0-RC2">
<artifact name="web-launcher" type="pom" />
</dependency>
@Grapes(
@Grab(group='it.thomasjohansen.weblauncher', module='web-launcher', version='1.0-RC2')
)
libraryDependencies += "it.thomasjohansen.weblauncher" % "web-launcher" % "1.0-RC2"
[it.thomasjohansen.weblauncher/web-launcher "1.0-RC2"]
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.