| License |
License |
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdorg.openjdk.jcstress |
| ArtifactId | ArtifactIdjcstress-core |
| Version | Version0.12 |
| 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.12.pom | |
| jcstress-core-0.12.jar | 1 MB |
| jcstress-core-0.12-sources.jar | 738 KB |
| jcstress-core-0.12-javadoc.jar | 577 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openjdk.jcstress/jcstress-core/ -->
<dependency>
<groupId>org.openjdk.jcstress</groupId>
<artifactId>jcstress-core</artifactId>
<version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.openjdk.jcstress/jcstress-core/
implementation 'org.openjdk.jcstress:jcstress-core:0.12'
// https://jarcasting.com/artifacts/org.openjdk.jcstress/jcstress-core/
implementation ("org.openjdk.jcstress:jcstress-core:0.12")
'org.openjdk.jcstress:jcstress-core:jar:0.12'
<dependency org="org.openjdk.jcstress" name="jcstress-core" rev="0.12">
<artifact name="jcstress-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openjdk.jcstress', module='jcstress-core', version='0.12')
)
libraryDependencies += "org.openjdk.jcstress" % "jcstress-core" % "0.12"
[org.openjdk.jcstress/jcstress-core "0.12"]
| 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.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| com.google.jimfs : jimfs | jar | 1.2 |