Maven Repository - POM file for Inversion of Control guice-multibindings 2.0 2.0

Summary

Google Guice - Extension: Multibindings.

Tools injecting collections of bound values.

Declaration

Here is the list of declaration for guice-multibindings. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.google.inject.extensions</groupId>
   <artifactId>guice-multibindings</artifactId>
   <version>2.0</version>
</dependency>

If you think this Maven repository POM file listing for guice-multibindings is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depended by

The following table lists the most popular artifacts which are depending on guice-multibindings-2.0. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
JEE Libraryjmxutils 1.12
Exporting JMX mbeans made easy
7
JEE Libraryjmxutils 1.8
Exporting JMX mbeans made easy
52




Packages

The following packages are defined in the guice-multibindings-2.0.jar

com.google.inject.multibindings

POM File Source

Here is the content of the POM file.

<project xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>com.google.inject.extensions</groupId>
    <artifactId>extensions-parent</artifactId>
    <version>2.0</version>
  </parent>
  <artifactId>guice-multibindings</artifactId>
  <packaging>jar</packaging>
  <name>Google Guice - Extension: Multibindings</name>
  <description>Tools injecting collections of bound values</description>
  <!-- Note: this pom is for dependency management only.  It will not build the project -->
  <dependencies>
    <dependency>
      <groupId>com.google.inject</groupId>
      <artifactId>guice</artifactId>
    </dependency>
  </dependencies>
</project>