is not current version
Last Version 1.0.6.RELEASE

io.projectreactor.tools:blockhound-junit-platform 1.0.2.RELEASE

Java agent to detect blocking calls from non-blocking threads.

Categories

Categories

JUnit Unit Testing React User Interface Web Frameworks ORM Data Reactor Container Microservices Reactive libraries
GroupId

GroupId

io.projectreactor.tools
ArtifactId

ArtifactId

blockhound-junit-platform
Version

Version

1.0.2.RELEASE
Type

Type

jar

Download blockhound-junit-platform 1.0.2.RELEASE


<!-- https://jarcasting.com/artifacts/io.projectreactor.tools/blockhound-junit-platform/ -->
<dependency>
    <groupId>io.projectreactor.tools</groupId>
    <artifactId>blockhound-junit-platform</artifactId>
    <version>1.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.projectreactor.tools/blockhound-junit-platform/
implementation 'io.projectreactor.tools:blockhound-junit-platform:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/io.projectreactor.tools/blockhound-junit-platform/
implementation ("io.projectreactor.tools:blockhound-junit-platform:1.0.2.RELEASE")
'io.projectreactor.tools:blockhound-junit-platform:jar:1.0.2.RELEASE'
<dependency org="io.projectreactor.tools" name="blockhound-junit-platform" rev="1.0.2.RELEASE">
  <artifact name="blockhound-junit-platform" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.projectreactor.tools', module='blockhound-junit-platform', version='1.0.2.RELEASE')
)
libraryDependencies += "io.projectreactor.tools" % "blockhound-junit-platform" % "1.0.2.RELEASE"
[io.projectreactor.tools/blockhound-junit-platform "1.0.2.RELEASE"]