Download guava-bootstrap-11.0.1.jar file - Jar g

Jar examples for g:guava-bootstrap

Description

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.

You can download jar file guava-bootstrap 11.0.1 in this page.

Build File

You can use the following script to add guava-bootstrap-11.0.1.jar to your project.

<dependency>
   <groupId>com.google.guava</groupId>
   <artifactId>guava-bootstrap</artifactId>
   <version>11.0.1</version>
</dependency>
compile group: 'com.google.guava', name: 'guava-bootstrap', version: '11.0.1'
libraryDependencies += "com.google.guava" % "guava-bootstrap" % "11.0.1"
<dependency org="com.google.guava" name="guava-bootstrap" rev="11.0.1"/>
@Grapes(@Grab(group='com.google.guava', module='guava-bootstrap', version='11.0.1'))
'com.google.guava:guava-bootstrap:jar:11.0.1'

Download

Click the following link to download the jar file.

guava-bootstrap-11.0.1-javadoc.jar
guava-bootstrap-11.0.1-site.jar
guava-bootstrap-11.0.1-sources.jar
guava-bootstrap-11.0.1.jar
guava-bootstrap-11.0.1.pom



Related Tutorials