Downloads

There are several ways to download PicoContainer:



Download with Maven

If you're using Maven to build a project that depends on PicoContainer, you should tell maven to use Codehaus' repository in addition to the one at Ibiblio. Put the follwing in your project's project.properties file:



maven.repo.remote = http://www.ibiblio.org/maven/,http://dist.codehaus.org/

Download latest sources with CVSGrab

  1. Download CVSGrab 1.2 or later.
  2. Unpack CVSGrab.
  3. Create a folder called pico.
  4. Download (from the web) the current ant script and copy it into the pico folder.
  5. Execute the cvsgrab target, specifying where CVSGrab is located.

ant -Dcvsgrab.home=path/to/cvsgrab/root/folder cvsgrab