j

jsr166e

Backport of JDK8's java.util.concurrent, without lambda support
https://github.com/gatling/jsr166e
Public Domain
Stéphane Landelle Pierre DAL-PRA
Files download
File Operation
jsr166e-1.0.jar download
jsr166e-1.0.pom download
jsr166e-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.gatling</groupId>
  <artifactId>jsr166e</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'io.gatling:jsr166e:1.0'
Gradle Kotlin
implementation("io.gatling:jsr166e:1.0")
Scala SBT
libraryDependencies += "io.gatling" % "jsr166e" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.gatling', module='jsr166e', version='1.0')
)
Apache Ivy
<dependency org="io.gatling" name="jsr166e" rev="1.0" />
Leiningen
[io.gatling/jsr166e "1.0"]
Apache Buildr
'io.gatling:jsr166e:jar:1.0'