libpicocontainer-java 2.9-1 source package in Ubuntu

Changelog

libpicocontainer-java (2.9-1) unstable; urgency=low

  * New upstream release.
  * Build-Depends on debhelper (>= 7).
  * Moved default-jdk and ant to Build-Depends.
  * Tighten Build-Depends on libparanamer-java.
  * Added myseld to Uploaders.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  17 Nov 2009 17:46:15 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Lucid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lucid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libpicocontainer-java_2.9.orig.tar.gz 92.1 KiB d988a10d6028389f857791d658f5d58caf5da2f7b68074b67d8bdfa3f87bd2e3
libpicocontainer-java_2.9-1.diff.gz 2.9 KiB 1a1d9d35e565d7d80b5677b4c7b73def160f55029f25b842eac9c3c3f0b0ac8f
libpicocontainer-java_2.9-1.dsc 1.4 KiB e330f091b95779c5931e36dbbbeb24cdf5bea88157c8268f212e6debc24489a6

Available diffs

View changes file

Binary packages built by this source

libpicocontainer-java: Java library implementing the Dependency Injection pattern

 PicoContainer is a highly embeddable full service Inversion of Control
 (IoC) container for components honour the Dependency Injection pattern.
 It can be used as a lightweight alternative to Sun's J2EE patterns for
 web applications or general solutions.
 .
 Despite it being very compact in size (the core is ~128K and it has no
 mandatory dependencies outside the JDK), PicoContainer supports
 different dependency injection types (Constructor, Setter, Annotated
 Field and Method) and offers multiple lifecycle and monitoring
 strategies.