MVN

com.google.guava : guava-bootstrap

Maven & Gradle

Mar 30, 2012
1 usages

Guava Compilation Bootstrap Classes · 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). This project's is then used in the bootstrap class path of Guava proper.

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

Latest Version

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

  • Latest Stable: 11.0.2
  • Latest Release Candidate: 12.0-rc1

All Versions

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

Version Vulnerabilities Updated
12.0
guava-bootstrap-12.0-rc1
11.0.x
guava-bootstrap-11.0.2
guava-bootstrap-11.0.1
11.0
guava-bootstrap-11.0
guava-bootstrap-11.0-rc1
10.0.x
guava-bootstrap-10.0.1
10.0
guava-bootstrap-10.0
guava-bootstrap-10.0-rc3
guava-bootstrap-10.0-rc2
guava-bootstrap-10.0-rc1

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.google.guava:guava-bootstrap:11.0.2'

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

implementation("com.google.guava:guava-bootstrap:11.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.google.guava" % "guava-bootstrap" % "11.0.2"

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

Jun 07, 2010
18 usages
Mar 18, 2014
1 stars
Dec 17, 2013
25 stars
Apr 29, 2007
Oct 16, 2014
1 usages
1 stars
Sep 10, 2007
39 usages
Sep 20, 2005
1 usages