Last Version

JCStress Parent 0.15

The Java Concurrency Stress tests (JCStress) is an experimental harness and a suite of tests to aid the research in the correctness of concurrency support in the JVM, class libraries, and hardware.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

org.openjdk.jcstress
ArtifactId

ArtifactId

jcstress-parent
Version

Version

0.15
Type

Type

pom
Description

Description

JCStress Parent
The Java Concurrency Stress tests (JCStress) is an experimental harness and a suite of tests to aid the research in the correctness of concurrency support in the JVM, class libraries, and hardware.
Project URL

Project URL

https://github.com/openjdk/jcstress/
Source Code Management

Source Code Management

https://github.com/openjdk/jcstress.git

Download jcstress-parent 0.15

Filename Size
jcstress-parent-0.15.pom 15 KB
Browse

<!-- https://jarcasting.com/artifacts/org.openjdk.jcstress/jcstress-parent/ -->
<dependency>
    <groupId>org.openjdk.jcstress</groupId>
    <artifactId>jcstress-parent</artifactId>
    <version>0.15</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openjdk.jcstress/jcstress-parent/
implementation 'org.openjdk.jcstress:jcstress-parent:0.15'
// https://jarcasting.com/artifacts/org.openjdk.jcstress/jcstress-parent/
implementation ("org.openjdk.jcstress:jcstress-parent:0.15")
'org.openjdk.jcstress:jcstress-parent:pom:0.15'
<dependency org="org.openjdk.jcstress" name="jcstress-parent" rev="0.15">
  <artifact name="jcstress-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openjdk.jcstress', module='jcstress-parent', version='0.15')
)
libraryDependencies += "org.openjdk.jcstress" % "jcstress-parent" % "0.15"
[org.openjdk.jcstress/jcstress-parent "0.15"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • jcstress-test-base
  • jcstress-test-gen
  • jcstress-result-gen
  • jcstress-contended-autoinjector
  • jcstress-core
  • jcstress-samples
  • jcstress-java-test-archetype
  • jcstress-benchmarks
  • tests-custom
  • tests-chapter-0a
  • tests-chapter-0b
  • tests-chapter-0c
  • tests-chapter-0d
  • tests-chapter-0e
  • tests-chapter-1a
  • tests-chapter-1b
  • tests-chapter-1c
  • tests-chapter-1d
  • tests-chapter-2a
  • tests-chapter-2b
  • tests-all