Download jsr166e-1.0.jar file - Jar j

Jar examples for j:jsr166e

Description

Backport of JDK8's java.util.concurrent, without lambda support

You can download jar file jsr166e 1.0 in this page.

License

CC0 1.0 Universal

Build File

You can use the following script to add jsr166e-1.0.jar to your project.

<dependency>
   <groupId>io.gatling</groupId>
   <artifactId>jsr166e</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'io.gatling', name: 'jsr166e', version: '1.0'
libraryDependencies += "io.gatling" % "jsr166e" % "1.0"
<dependency org="io.gatling" name="jsr166e" rev="1.0"/>
@Grapes(@Grab(group='io.gatling', module='jsr166e', version='1.0'))
'io.gatling:jsr166e:jar:1.0'

Download

Click the following link to download the jar file.

jsr166e-1.0-javadoc.jar
jsr166e-1.0-sources.jar
jsr166e-1.0.jar
jsr166e-1.0.pom



Related Tutorials