MVN

io.github.reyerizo.gradle : jcstress-gradle-plugin

Maven & Gradle

Feb 22, 2023
31 stars

Jcstress gradle plugin · This plugin integrates The Java Concurrency Stress tests with Gradle.

<dependency>
    <groupId>io.github.reyerizo.gradle</groupId>
    <artifactId>jcstress-gradle-plugin</artifactId>
    <version>0.8.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.reyerizo.gradle : jcstress-gradle-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.15

All Versions

Choose a version of io.github.reyerizo.gradle : jcstress-gradle-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
jcstress-gradle-plugin-0.8.15
jcstress-gradle-plugin-0.8.14
jcstress-gradle-plugin-0.8.13
jcstress-gradle-plugin-0.8.12
jcstress-gradle-plugin-0.8.11
jcstress-gradle-plugin-0.8.10

How to add a dependency to Maven

Add the following io.github.reyerizo.gradle : jcstress-gradle-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.reyerizo.gradle</groupId>
    <artifactId>jcstress-gradle-plugin</artifactId>
    <version>0.8.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.reyerizo.gradle : jcstress-gradle-plugin gradle dependency to your build.gradle file:

implementation 'io.github.reyerizo.gradle:jcstress-gradle-plugin:0.8.15'

Gradle Kotlin DSL: Add the following io.github.reyerizo.gradle : jcstress-gradle-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.reyerizo.gradle:jcstress-gradle-plugin:0.8.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.reyerizo.gradle : jcstress-gradle-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.reyerizo.gradle" % "jcstress-gradle-plugin" % "0.8.15"

Advertisement