Awired Bootstrap - Java

Bootstrap for Java

License

License

Categories

Categories

Java Languages Net Wire Data Data Structures
GroupId

GroupId

net.awired.bootstrap
ArtifactId

ArtifactId

bootstrap-java
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Awired Bootstrap - Java
Bootstrap for Java
Project Organization

Project Organization

Awired Network

Download bootstrap-java

How to add to project

<!-- 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"]

Dependencies

provided (2)

Group / Artifact Type Version
org.osgi : org.osgi.core jar 4.2.0
org.slf4j : slf4j-api jar 1.6.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.2
org.mockito : mockito-all jar 1.8.5

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0