is not current version
Last Version 12.0-rc1

com.google.guava:guava-bootstrap 11.0-rc1

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.

Categories

Categories

Guava General Purpose Libraries Utility
GroupId

GroupId

com.google.guava
ArtifactId

ArtifactId

guava-bootstrap
Version

Version

11.0-rc1
Type

Type

jar

Download guava-bootstrap 11.0-rc1


<!-- https://jarcasting.com/artifacts/com.google.guava/guava-bootstrap/ -->
<dependency>
    <groupId>com.google.guava</groupId>
    <artifactId>guava-bootstrap</artifactId>
    <version>11.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.guava/guava-bootstrap/
implementation 'com.google.guava:guava-bootstrap:11.0-rc1'
// https://jarcasting.com/artifacts/com.google.guava/guava-bootstrap/
implementation ("com.google.guava:guava-bootstrap:11.0-rc1")
'com.google.guava:guava-bootstrap:jar:11.0-rc1'
<dependency org="com.google.guava" name="guava-bootstrap" rev="11.0-rc1">
  <artifact name="guava-bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.guava', module='guava-bootstrap', version='11.0-rc1')
)
libraryDependencies += "com.google.guava" % "guava-bootstrap" % "11.0-rc1"
[com.google.guava/guava-bootstrap "11.0-rc1"]