Last Version

keystone-boot 3.3

Keystone project is a bootstrap that loads your application and its dependencies from a single archive. With his maven plugin and few line of configuration, your application will be available with all his dependencies in a single archive. The four main ideas which make the difference with other solution are: 1. all dependencies are not exploded in final archive, 'jar' file stay without any modification, so manifest also... 2. use our maven plugin to package all that you need (and we'll loading dependencies automatically for you) 3. you could load native library 4. you could restart your application Why named Keystone? 1. Stone wedge-shaped arch which maintains a vault [Architecture]. 2. A central element on which everything depends.

License

License

Categories

Categories

KeY Data Data Formats Formal Verification
GroupId

GroupId

org.intelligents-ia
ArtifactId

ArtifactId

keystone-boot
Version

Version

3.3
Type

Type

jar
Description

Description

keystone-boot
Keystone project is a bootstrap that loads your application and its dependencies from a single archive. With his maven plugin and few line of configuration, your application will be available with all his dependencies in a single archive. The four main ideas which make the difference with other solution are: 1. all dependencies are not exploded in final archive, 'jar' file stay without any modification, so manifest also... 2. use our maven plugin to package all that you need (and we'll loading dependencies automatically for you) 3. you could load native library 4. you could restart your application Why named Keystone? 1. Stone wedge-shaped arch which maintains a vault [Architecture]. 2. A central element on which everything depends.
Project Organization

Project Organization

Intelligents-ia

Download keystone-boot 3.3


<!-- https://jarcasting.com/artifacts/org.intelligents-ia/keystone-boot/ -->
<dependency>
    <groupId>org.intelligents-ia</groupId>
    <artifactId>keystone-boot</artifactId>
    <version>3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.intelligents-ia/keystone-boot/
implementation 'org.intelligents-ia:keystone-boot:3.3'
// https://jarcasting.com/artifacts/org.intelligents-ia/keystone-boot/
implementation ("org.intelligents-ia:keystone-boot:3.3")
'org.intelligents-ia:keystone-boot:jar:3.3'
<dependency org="org.intelligents-ia" name="keystone-boot" rev="3.3">
  <artifact name="keystone-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.intelligents-ia', module='keystone-boot', version='3.3')
)
libraryDependencies += "org.intelligents-ia" % "keystone-boot" % "3.3"
[org.intelligents-ia/keystone-boot "3.3"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.