Skip to content

Commit

Permalink
Add maven installation instructions. (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
daggerok committed Feb 11, 2020
1 parent e5a3ecb commit f970a52
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Note that it points to the exact place where the blocking call got triggered. In

Download it from Maven Central repositories (stable releases only) or repo.spring.io:

_Gradle_

```groovy
repositories {
mavenCentral()
Expand All @@ -51,6 +53,19 @@ dependencies {
// testCompile 'io.projectreactor.tools:blockhound:$LATEST_SNAPSHOT'
}
```

_Maven_

```xml
<dependencies>
<dependency>
<groupId>io.projectreactor.tools</groupId>
<artifactId>blockhound</artifactId>
<version>$LATEST_RELEASE</version>
</dependency>
</dependencies>
```

Where:

|||
Expand Down

0 comments on commit f970a52

Please sign in to comment.