On this page you'll find links to binary and source distributions. Also see Source Repositories.
Releases
PicoContainer 1.3
Core 1.3
Gems 1.3
Binary Distribution 1.3
- This distribution contains all PicoContainer jars and javadocs
Source 1.3
PicoContainer 1.2
Core 1.2
Gems 1.2
Source 1.2
PicoContainer 1.1
PicoContainer 1.0
Other downloads
All PicoContainer downloads can be found at the Codehaus Repository.
Download with Maven 1.x
The Codehaus repository http://dist.codehaus.org/ supports the Maven 1.x repository structure.
This repository is sychronized any four hours with the repository on http://ibiblio.org/maven, Maven 1.x's default remote repository.
If you're using Maven and you want to use always the latest snapshot versions build by Continuous Integration, then you should tell maven to use Codehaus' repository in addition to the one at Ibiblio. Put the following in your project's project.properties file:
maven.repo.remote = http:
Download with Maven 2.x
The Codehaus repository http://repository.codehaus.org/ supports the Maven 2.x repository structure.
If you're using Maven 2.x to build, you should configure the POM's repositories as follows:
<repositories>
<repository>
<id>codehaus-m2-repository</id>
<name>Codehaus Maven 2.x Repository</name>
<url>http: </repository>
<repository>
<id>codehaus-m1-repository</id>
<name>Codehaus Maven 1.x Repository</name>
<url>http: <layout>legacy</layout>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
Download sources
See Source Repositories