Skip to content

Instantly share code, notes, and snippets.

@davespanton
Created May 3, 2012 20:53
Show Gist options
  • Save davespanton/2589335 to your computer and use it in GitHub Desktop.
Save davespanton/2589335 to your computer and use it in GitHub Desktop.
Assisted Injection dependancy
<dependency>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-assistedinject</artifactId>
<version>3.0</version>
<exclusions>
<exclusion>
<artifactId>guice</artifactId>
<groupId>com.google.inject</groupId>
</exclusion>
</exclusions>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment