MVN

com.google.guava : guava-bootstrap-jdk5

Maven & Gradle

Apr 22, 2014

Guava Compilation Bootstrap Classes (JDK5 Backport) · ExecutorService's type parameters changed between JDK5 and JDK6 in a way that makes it impossible for our invokeAll/invokeAny methods to match both at compile time. This project builds a JDK6-like copy of ExecutorService (but with JDK5 compiler settings to ensure that it will work with JRE5 at runtime). It also builds a version of AbstractExecutorService that is equivalent to a JDK5 version but using the JDK6 type parameters for the invokeAll/invokeAny methods just as with ExecutorService. This project's is then used in the bootstrap class path of Guava proper.

<dependency>
    <groupId>com.google.guava</groupId>
    <artifactId>guava-bootstrap-jdk5</artifactId>
    <version>17.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.guava : guava-bootstrap-jdk5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 17.0
  • Latest Release Candidate: 17.0-rc2

All Versions

Choose a version of com.google.guava : guava-bootstrap-jdk5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
17.0
guava-bootstrap-jdk5-17.0
guava-bootstrap-jdk5-17.0-rc2
guava-bootstrap-jdk5-17.0-rc1
16.0
guava-bootstrap-jdk5-16.0
guava-bootstrap-jdk5-16.0-rc1
14.0.x
guava-bootstrap-jdk5-14.0.1
guava-bootstrap-jdk5-14.0.1-rc1
13.0
guava-bootstrap-jdk5-13.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.google.guava</groupId>
    <artifactId>guava-bootstrap-jdk5</artifactId>
    <version>17.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.guava : guava-bootstrap-jdk5 gradle dependency to your build.gradle file:

implementation 'com.google.guava:guava-bootstrap-jdk5:17.0'

Gradle Kotlin DSL: Add the following com.google.guava : guava-bootstrap-jdk5 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.guava:guava-bootstrap-jdk5:17.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.guava : guava-bootstrap-jdk5 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.guava" % "guava-bootstrap-jdk5" % "17.0"

Advertisement

Dependencies from Group

Jul 31, 2023
27.1k usages
49k stars
Nov 20, 2018
882 usages
47.9k stars
Sep 11, 2018
796 usages
47.9k stars
Jul 31, 2023
548 usages
43.2k stars
Jul 31, 2023
209 usages
49k stars

Discover Dependencies