Guice Multibindings extends Google Guice with support for binding multiple implementations to a single type, enabling set and map injections.
<dependency>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-multibindings</artifactId>
<version>4.2.3</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures a Guice module to bind multiple String instances into a Set for injection.
No known issues recorded.
No dependency data recorded yet.