MVN

com.google.inject : jdk8-tests

Maven & Gradle

Feb 27, 2021

Google Guice - JDK8 Tests

<dependency>
    <groupId>com.google.inject</groupId>
    <artifactId>jdk8-tests</artifactId>
    <version>5.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.inject : jdk8-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.1
  • Latest Beta: 5.0.0-BETA-1

All Versions

Choose a version of com.google.inject : jdk8-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
jdk8-tests-5.0.1
jdk8-tests-5.0.0
jdk8-tests-5.0.0-BETA-1
4.2.x
jdk8-tests-4.2.3
jdk8-tests-4.2.2
jdk8-tests-4.2.1
4.1.x
jdk8-tests-4.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.google.inject</groupId>
    <artifactId>jdk8-tests</artifactId>
    <version>5.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.inject : jdk8-tests gradle dependency to your build.gradle file:

implementation 'com.google.inject:jdk8-tests:5.0.1'

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

implementation("com.google.inject:jdk8-tests:5.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.inject : jdk8-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.inject" % "jdk8-tests" % "5.0.1"