GroupId | GroupIdcom.mastfrog |
---|---|
ArtifactId | ArtifactIdhttp-test-harness |
Version | Version0.9.0-dev |
Type | Typejar |
Filename | Size |
---|---|
http-test-harness-0.9.0-dev.pom | |
http-test-harness-0.9.0-dev.jar | 71 KB |
http-test-harness-0.9.0-dev-sources.jar | 50 KB |
http-test-harness-0.9.0-dev-javadoc.jar | 214 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/http-test-harness/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>http-test-harness</artifactId>
<version>0.9.0-dev</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/http-test-harness/
implementation 'com.mastfrog:http-test-harness:0.9.0-dev'
// https://jarcasting.com/artifacts/com.mastfrog/http-test-harness/
implementation ("com.mastfrog:http-test-harness:0.9.0-dev")
'com.mastfrog:http-test-harness:jar:0.9.0-dev'
<dependency org="com.mastfrog" name="http-test-harness" rev="0.9.0-dev">
<artifact name="http-test-harness" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='http-test-harness', version='0.9.0-dev')
)
libraryDependencies += "com.mastfrog" % "http-test-harness" % "0.9.0-dev"
[com.mastfrog/http-test-harness "0.9.0-dev"]