HomeDownloadsUser GuideDevelopment

Development: Libraries used by all modules of Permis.

Shared Libraries Overview

The project uses a number of libraries at compile time as well as at runtime. These libraries need to be in the classpath.

The following table lists these libraries along with the versions, homepages and licensing information.

List of Tools

Tool Version Homepage
Legion of the Bouncy Castle Java cryptography APIs 1.41 http://www.bouncycastle.org/java.html
Log4J 1.2.13 http://logging.apache.org/log4j/
PicoContainer 2.6 http://www.picocontainer.org/
SLF4J 1.5.6 http://www.slf4j.org/

Shared Libraries Details

The following section lists detail information for each of the libraries.

Please refer to the corresponding tool.xml description in the lib directory for further information.

Legion of the Bouncy Castle Java cryptography APIs

Free and opensource Java cryptography library and JCE implementation.

Version: 1.41
Homepage: http://www.bouncycastle.org/java.html
License: License text copied from here. Copyright (c) 2000 - 2008 The Legion Of The Bouncy Castle (http://www.bouncycastle.org) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Log4J

Log4J Logging library.

Version: 1.2.13
Homepage: http://logging.apache.org/log4j/
License: Apache License Version 2.0

PicoContainer

PicoContainer is a highly embeddable, full-service, Inversion of Control (IoC) container for components honor the Dependency Injection pattern.

Version: 2.6
Homepage: http://www.picocontainer.org/
License: BSD

SLF4J

Simple Logging Facade for Java.

Version: 1.5.6
Homepage: http://www.slf4j.org/
License: MIT License
Requires: Log4J 1.2.13