Last Version

Guava Compilation Bootstrap Classes 12.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.

License

License

Categories

Categories

Guava General Purpose Libraries Utility
GroupId

GroupId

com.google.guava
ArtifactId

ArtifactId

guava-bootstrap
Version

Version

12.0-rc1
Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://code.google.com/p/guava-libraries/guava-bootstrap
Source Code Management

Source Code Management

http://code.google.com/p/guava-libraries/source/browse/guava-bootstrap

Download guava-bootstrap 12.0-rc1


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.