Awired Bootstrap - Java

Bootstrap for Java

Лицензия

Лицензия

Категории

Категории

Java Языки программирования Сеть Wire Данные Data Structures
Группа

Группа

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

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

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

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

1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Awired Bootstrap - Java
Bootstrap for Java
Организация-разработчик

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

Awired Network

Скачать bootstrap-java

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

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

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

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

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