guice 4.0-1 source package in Ubuntu

Changelog

guice (4.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
  * Build with maven-debian-helper
  * Install the no_aop artifact linked to the main jar in /usr/share/maven-repo
  * Added the Built-Using field with the versions of ASM and CGLIB used

 -- Emmanuel Bourg <email address hidden>  Thu, 19 Nov 2015 19:18:34 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
guice_4.0-1.dsc 2.2 KiB ae888127904d1427bfbcf999517e664f696e6bd619f8087e322bd27dbc54cf0e
guice_4.0.orig.tar.xz 401.5 KiB a025f7cb3e08dc2d00b30dc18ea1b249d451b17d7b4d03998edeec64b32bc6ba
guice_4.0-1.debian.tar.xz 4.8 KiB 4180b8c96e7ac38d97dc2c6063f5674a4b75574f8bc47fa8f3c46f6725216002

Available diffs

No changes file available.

Binary packages built by this source

libguice-java: lightweight dependency injection framework for Java 5 and above

 Guice provides support for dependency injection using annotations to
 configure Java objects. Dependency injection is a design pattern whose
 core principle is to separate behavior from dependency resolution.
 .
 Guice allows implementation classes to be programmatically bound to
 an interface, then injected into constructors, methods or fields
 using an @Inject annotation. When more than one implementation of
 the same interface is needed, the user can create custom annotations
 that identify an implementation, then use that annotation when
 injecting it.

libguice-java-doc: documentation for libguice-java

 Documentation for Guice that is a framework that provides support for
 dependency injection using annotations to configure Java objects.
 Dependency injection is a design pattern whose core principle is to
 separate behavior from dependency resolution.
 .
 Guice allows implementation classes to be programmatically bound to
 an interface, then injected into constructors, methods or fields
 using an @Inject annotation. When more than one implementation of
 the same interface is needed, the user can create custom annotations
 that identify an implementation, then use that annotation when
 injecting it.
 .
 This package provides javadocs for Guice framework and example code.