http_test
This module...
Install the Dependency
=== "build.gradle"
```groovy
repositories {
mavenCentral()
}
testImplementation("com.hexagontk.http:http_test:$hexagonVersion")
```
Content copied to clipboard
=== "pom.xml"
```xml
com.hexagontk.http http_test $hexagonVersion
```
Content copied to clipboard