Dashboard > PicoContainer > ... > Project Information > Downloads
Downloads Log In | Sign Up   View a printable version of the current page.

Added by Aslak Hellesøy , last edited by Mauro Talevi on Mar 19, 2007  (view change)
Labels: 
(None)

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://www.ibiblio.org/maven/,http://dist.codehaus.org/

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.codehaus.org</url>
   </repository>
   <repository>
	<id>codehaus-m1-repository</id>
	<name>Codehaus Maven 1.x Repository</name>
	<url>http://dist.codehaus.org</url>
	<layout>legacy</layout>
	<snapshots>
	    <enabled>true</enabled>
	</snapshots>
   </repository>
</repositories>

Download sources

See Source Repositories

Site running on a free Atlassian Confluence Open Source Project License granted to The Codehaus. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.6.2 Build:#919 Nov 26, 2007) - Bug/feature request - Contact Administrators