MVN

org.intelligents-ia : keystone

Maven & Gradle

Aug 19, 2014
6 stars

keystone · 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.

<dependency>
    <groupId>org.intelligents-ia</groupId>
    <artifactId>keystone</artifactId>
    <version>3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.intelligents-ia : keystone to add to Maven - Latest Versions:

  • Latest Stable: 3.3

All Versions

Choose a version of org.intelligents-ia : keystone to add to Maven - All Versions:

Version Vulnerabilities Updated
3.3
keystone-3.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.intelligents-ia</groupId>
    <artifactId>keystone</artifactId>
    <version>3.3</version>
</dependency>