MVN

com.google.inject.extensions : guice-testlib

Maven & Gradle

May 12, 2023
38 usages
10k stars

Google Guice - Extensions - TestLib

<dependency>
    <groupId>com.google.inject.extensions</groupId>
    <artifactId>guice-testlib</artifactId>
    <version>7.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.inject.extensions : guice-testlib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.0
  • Latest Release Candidate: 6.0.0-rc2
  • Latest Beta: 5.0.0-BETA-1

All Versions

Choose a version of com.google.inject.extensions : guice-testlib to add to Maven or Gradle - All Versions:

  • Version Updated
  • guice-testlib-7.0.0

    May 12, 2023
  • guice-testlib-6.0.0

    May 12, 2023
  • guice-testlib-6.0.0-rc2

    May 04, 2023
  • guice-testlib-7.0.0-rc1

    May 04, 2023
  • guice-testlib-6.0.0-rc1

    Apr 27, 2023
  • guice-testlib-5.1.0

    Jan 24, 2022
  • guice-testlib-5.0.1

    Feb 26, 2021
  • guice-testlib-5.0.0

    Feb 25, 2021
  • guice-testlib-5.0.0-BETA-1

    Oct 27, 2020
  • guice-testlib-4.2.3

    Mar 19, 2020
  • guice-testlib-4.2.2

    Oct 29, 2018
  • guice-testlib-4.2.1

    Sep 20, 2018
  • guice-testlib-4.2.0

    Feb 28, 2018
  • guice-testlib-4.1.0

    Jun 17, 2016
  • guice-testlib-4.0

    Apr 28, 2015
  • guice-testlib-4.0-beta5

    Sep 24, 2014

How to add a dependency to Maven

Add the following com.google.inject.extensions : guice-testlib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.inject.extensions</groupId>
    <artifactId>guice-testlib</artifactId>
    <version>7.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.inject.extensions : guice-testlib gradle dependency to your build.gradle file:

implementation 'com.google.inject.extensions:guice-testlib:7.0.0'

Gradle Kotlin DSL: Add the following com.google.inject.extensions : guice-testlib gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.inject.extensions:guice-testlib:7.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.inject.extensions : guice-testlib sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.inject.extensions" % "guice-testlib" % "7.0.0"