Last Version

Sisu Guava - Bootstrap Classes 0.11.1

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

org.sonatype.sisu.inject
ArtifactId

ArtifactId

guava-bootstrap
Version

Version

0.11.1
Type

Type

jar
Description

Description

Sisu Guava - 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
Project Organization

Project Organization

Sonatype, Inc.

Download guava-bootstrap 0.11.1


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

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.