MVN

io.projectreactor.tools : blockhound

Maven & Gradle

Apr 06, 2023
95 usages
1.2k stars

BlockHound Java Agent · Java agent to detect blocking calls from non-blocking threads.

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

Latest Version

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

  • Latest Stable: 1.0.8.RELEASE

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>io.projectreactor.tools</groupId>
    <artifactId>blockhound</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 gradle dependency to your build.gradle file:

implementation 'io.projectreactor.tools:blockhound:1.0.8.RELEASE'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement

Dependencies from Group

Apr 06, 2023
95 usages
1.2k stars
Apr 06, 2023
47 usages
1.2k stars

Discover Dependencies

Aug 14, 2023
69 usages
4.3k stars
Oct 01, 2019
0 stars
Dec 20, 2022
20 stars
Oct 07, 2019
0 stars
Oct 23, 2019
2 stars
Jan 31, 2023
5 usages
541 stars