Bootstrap - Sample - War

Bootstrap for applications

Лицензия

Лицензия

Группа

Группа

fr.norad.bootstrap
Идентификатор

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

bootstrap-sample-war
Последняя версия

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

1.1-jdk6
Дата

Дата

Тип

Тип

war
Описание

Описание

Bootstrap - Sample - War
Bootstrap for applications
Организация-разработчик

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

n0rad

Скачать bootstrap-sample-war

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

<!-- https://jarcasting.com/artifacts/fr.norad.bootstrap/bootstrap-sample-war/ -->
<dependency>
    <groupId>fr.norad.bootstrap</groupId>
    <artifactId>bootstrap-sample-war</artifactId>
    <version>1.1-jdk6</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/fr.norad.bootstrap/bootstrap-sample-war/
implementation 'fr.norad.bootstrap:bootstrap-sample-war:1.1-jdk6'
// https://jarcasting.com/artifacts/fr.norad.bootstrap/bootstrap-sample-war/
implementation ("fr.norad.bootstrap:bootstrap-sample-war:1.1-jdk6")
'fr.norad.bootstrap:bootstrap-sample-war:war:1.1-jdk6'
<dependency org="fr.norad.bootstrap" name="bootstrap-sample-war" rev="1.1-jdk6">
  <artifact name="bootstrap-sample-war" type="war" />
</dependency>
@Grapes(
@Grab(group='fr.norad.bootstrap', module='bootstrap-sample-war', version='1.1-jdk6')
)
libraryDependencies += "fr.norad.bootstrap" % "bootstrap-sample-war" % "1.1-jdk6"
[fr.norad.bootstrap/bootstrap-sample-war "1.1-jdk6"]

Зависимости

provided (2)

Идентификатор библиотеки Тип Версия
javax.servlet : servlet-api jar 2.5
org.xerial.snappy : snappy-java jar 1.0.4.1

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

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

Jar classloader that allow you to load jar packed in jar.

With it, you can deliver your application in a single jar or war file.

features :

  • can load jar in jar in jar ...
  • can load jar in war ...
  • support native lib loading
  • allow runnable war from container or from cli with only one war file
  • maven sample configuration (2 plugin to configure)
  • define your real main class with a simple manifest entry
  • configurable path scanned to exclude some jar

Associated with jetty, you can produce a single war, able to be deployed in a container or run from the command line. See the samples for more information.

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

Версия
1.1-jdk6