Google Guice - Extension: Multibindings.
Tools injecting collections of bound values.
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.
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.
Category | Artifact | Depended By Count |
---|---|---|
JEE Library | jmxutils 1.12 Exporting JMX mbeans made easy | 7 |
JEE Library | jmxutils 1.8 Exporting JMX mbeans made easy | 52 |
The following packages are defined in the guice-multibindings-2.0.jar
com.google.inject.multibindings
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>