Awired Bootstrap

Bootstrap for applications

Лицензия

Лицензия

Категории

Категории

Сеть Wire Данные Data Structures
Группа

Группа

net.awired.bootstrap
Идентификатор

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

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

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

1.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

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

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

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

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

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

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

http://github.com/awired/bootstrap

Скачать bootstrap

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

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

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

Зависимости

provided (2)

Идентификатор библиотеки Тип Версия
org.osgi : org.osgi.core jar 4.2.0
org.slf4j : slf4j-api jar 1.6.1

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.8.2
org.mockito : mockito-all jar 1.8.5

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

  • component/java
  • sample/jar-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.

net.awired.bootstrap

Awired.net

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

Версия
1.0