DOC

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.

Table Of Contents

Latest Version

Download org.intelligents-ia : keystone Javadoc & API Documentation - Latest Versions:

All Versions

Download org.intelligents-ia : keystone Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.3

How to open Javadoc JAR file in web browser

  1. Rename the file keystone-3.3-javadoc.jar to keystone-3.3-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder keystone-3.3-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "keystone-3.3-sources.jar" -d "keystone-3.3-javadoc" -subpackages