License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdorg.openjdk.jcstress |
ArtifactId | ArtifactIdjcstress-parent |
Last Version | Last Version0.15 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJCStress 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jcstress-parent-0.15.pom | 10 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"]