License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdorg.openjdk.jcstress |
ArtifactId | ArtifactIdjcstress-parent |
Version | Version0.14 |
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.14.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.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openjdk.jcstress/jcstress-parent/
implementation 'org.openjdk.jcstress:jcstress-parent:0.14'
// https://jarcasting.com/artifacts/org.openjdk.jcstress/jcstress-parent/
implementation ("org.openjdk.jcstress:jcstress-parent:0.14")
'org.openjdk.jcstress:jcstress-parent:pom:0.14'
<dependency org="org.openjdk.jcstress" name="jcstress-parent" rev="0.14">
<artifact name="jcstress-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openjdk.jcstress', module='jcstress-parent', version='0.14')
)
libraryDependencies += "org.openjdk.jcstress" % "jcstress-parent" % "0.14"
[org.openjdk.jcstress/jcstress-parent "0.14"]