Jar examples for g:guava-bootstrap-jdk5
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.
You can download jar file guava-bootstrap-jdk5 17.0-rc2 in this page.
You can use the following script to add guava-bootstrap-jdk5-17.0-rc2.jar to your project.
<dependency> <groupId>com.google.guava</groupId> <artifactId>guava-bootstrap-jdk5</artifactId> <version>17.0-rc2</version> </dependency>
compile group: 'com.google.guava', name: 'guava-bootstrap-jdk5', version: '17.0-rc2'
libraryDependencies += "com.google.guava" % "guava-bootstrap-jdk5" % "17.0-rc2"
<dependency org="com.google.guava" name="guava-bootstrap-jdk5" rev="17.0-rc2"/>
@Grapes(@Grab(group='com.google.guava', module='guava-bootstrap-jdk5', version='17.0-rc2'))
'com.google.guava:guava-bootstrap-jdk5:jar:17.0-rc2'
Click the following link to download the jar file.
guava-bootstrap-jdk5-17.0-rc2-javadoc.jar