Bootstrap - Sample - Jar

Bootstrap for applications

Лицензия

Лицензия

Группа

Группа

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

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

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

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

1.1-jdk6
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

n0rad

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

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
fr.norad.typed.command.line.parser : typed-command-line-parser jar 0.3
org.xerial.snappy : snappy-java jar 1.1.0-M2
org.fusesource.jansi : jansi jar 1.11

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

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

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