|
|||||
|
|||||
Downloads
On this page you'll find links to binary and source distributions. Also see Source Repositories. ReleasesThe NanoContainer 1.x releases require PicoContainer 1.2 or later. NanoContainerOther downloadsAll NanoContainer 1.1+ downloads can be found at the Codehaus Repository. Download with Maven 2As of release 1.1, Maven 2 is the only supported build system, which takes full advantage of the transitive dependency mechanism. For example, this means that it is sufficient to declare a dependency on artifact nanocontainer to automatically have all the non-optional dependencies it requires, eg picocontainer. The Codehaus repository http://repository.codehaus.org/ supports the Maven 2 repository structure. But should you need to, to access the Codehaus Repository, you can configure your POM repositories as follows: <repositories>
<repository>
<id>codehaus-repository</id>
<name>Codehaus Repository</name>
<url>http://repository.codehaus.org</url>
</repository>
</repositories>
|
|||||
|
Copyright 2003-2006 - The Codehaus. All rights reserved unless otherwise noted.
Powered by Atlassian Confluence
|
|||||