MVN

io.projectreactor.tools : blockhound-junit-platform

Maven & Gradle

Apr 06, 2023
47 usages
1.2k stars

BlockHound JUnit Platform Integration · Integrates the BlockHound Java agent to detect blocking calls in JUnit Platform-based tests.

<dependency>
    <groupId>io.projectreactor.tools</groupId>
    <artifactId>blockhound-junit-platform</artifactId>
    <version>1.0.8.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.projectreactor.tools : blockhound-junit-platform to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.8.RELEASE

All Versions

Choose a version of io.projectreactor.tools : blockhound-junit-platform to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
blockhound-junit-platform-1.0.8.RELEASE
blockhound-junit-platform-1.0.7.RELEASE
blockhound-junit-platform-1.0.6.RELEASE
blockhound-junit-platform-1.0.5.RELEASE
blockhound-junit-platform-1.0.4.RELEASE
blockhound-junit-platform-1.0.3.RELEASE
blockhound-junit-platform-1.0.2.RELEASE
blockhound-junit-platform-1.0.1.RELEASE
blockhound-junit-platform-1.0.0.RELEASE

How to add a dependency to Maven

Add the following io.projectreactor.tools : blockhound-junit-platform maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.projectreactor.tools</groupId>
    <artifactId>blockhound-junit-platform</artifactId>
    <version>1.0.8.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.projectreactor.tools : blockhound-junit-platform gradle dependency to your build.gradle file:

implementation 'io.projectreactor.tools:blockhound-junit-platform:1.0.8.RELEASE'

Gradle Kotlin DSL: Add the following io.projectreactor.tools : blockhound-junit-platform gradle kotlin dependency to your build.gradle.kts file:

implementation("io.projectreactor.tools:blockhound-junit-platform:1.0.8.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.projectreactor.tools : blockhound-junit-platform sbt scala dependency to your build.sbt file:

libraryDependencies += "io.projectreactor.tools" % "blockhound-junit-platform" % "1.0.8.RELEASE"

Advertisement