Apache Shiro > Download
Added by Gavin, last edited by Les Hazlewood on Dec 16, 2009  (view change)

Although Apache Shiro's codebase has been in production use in applications for over 4 years under the previous name of 'JSecurity', we are new to the Apache Incubator and have not made an official Apache release yet. Therefore you will need to download the code from Subversion and build it using Maven:

  1. Check out the code:
    mkdir shiro
    cd shiro
    svn co https://svn.apache.org/repos/asf/incubator/shiro/trunk shiro-trunk
    
  2. Build the project using Maven:
    cd shiro-trunk
    mvn install
    
  3. Use the resulting all/target/apache-shiro-all-<version>.jar file in your application.