Bootstrap

Bootstrap for applications

Лицензия

Лицензия

Группа

Группа

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

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

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

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

1.1-jdk6
Дата

Дата

Тип

Тип

pom
Описание

Описание

Bootstrap
Bootstrap for applications
Ссылка на сайт

Ссылка на сайт

https://github.com/n0rad/bootstrap
Организация-разработчик

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

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

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

http://github.com/n0rad/bootstrap

Скачать bootstrap

Имя Файла Размер
bootstrap-1.1-jdk6.pom 2 KB
Обзор

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • component/java
  • sample/jar-sample
  • sample/war-cli-sample
  • sample/war-sample

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
1.1