| License | License | 
|---|---|
| Categories | CategoriesJava Languages | 
| GroupId | GroupIdorg.openjdk.jcstress | 
| ArtifactId | ArtifactIdjcstress-core | 
| Last Version | Last Version0.15 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionJCStress Harness Core 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 | 
| Filename | Size | 
|---|---|
| jcstress-core-0.15.pom | |
| jcstress-core-0.15.jar | 215 KB | 
| jcstress-core-0.15-sources.jar | 232 KB | 
| jcstress-core-0.15-javadoc.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.openjdk.jcstress/jcstress-core/ -->
<dependency>
    <groupId>org.openjdk.jcstress</groupId>
    <artifactId>jcstress-core</artifactId>
    <version>0.15</version>
</dependency>// https://jarcasting.com/artifacts/org.openjdk.jcstress/jcstress-core/
implementation 'org.openjdk.jcstress:jcstress-core:0.15'// https://jarcasting.com/artifacts/org.openjdk.jcstress/jcstress-core/
implementation ("org.openjdk.jcstress:jcstress-core:0.15")'org.openjdk.jcstress:jcstress-core:jar:0.15'<dependency org="org.openjdk.jcstress" name="jcstress-core" rev="0.15">
  <artifact name="jcstress-core" type="jar" />
</dependency>@Grapes(
@Grab(group='org.openjdk.jcstress', module='jcstress-core', version='0.15')
)libraryDependencies += "org.openjdk.jcstress" % "jcstress-core" % "0.15"[org.openjdk.jcstress/jcstress-core "0.15"]| Group / Artifact | Type | Version | 
|---|---|---|
| net.sf.jopt-simple : jopt-simple | jar | 4.6 | 
| net.java.dev.jna : jna | jar | 5.8.0 | 
| net.java.dev.jna : jna-platform | jar | 5.8.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.openjdk.jcstress » jcstress-result-gen | jar | 0.15 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.2 | 
| com.google.jimfs : jimfs | jar | 1.2 |