MVN

com.google.inject.integration : integration

Maven & Gradle

May 26, 2009

Google Guice - Integration · A collection of tools for integrating Guice with other libraries and frameworks

<dependency>
    <groupId>com.google.inject.integration</groupId>
    <artifactId>integration</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.inject.integration : integration to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.google.inject.integration : integration to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
integration-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.google.inject.integration</groupId>
    <artifactId>integration</artifactId>
    <version>1.0</version>
</dependency>