License |
License |
---|---|
GroupId | GroupIdcom.mastfrog |
ArtifactId | ArtifactIdhttp-test-harness |
Last Version | Last Version0.9.6-dev |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionShared configuration for Giulius, Acteur and
related projects
|
Project Organization |
Project OrganizationMastfrog Technologies |
Filename | Size |
---|---|
http-test-harness-0.9.6-dev.pom | |
http-test-harness-0.9.6-dev.jar | 71 KB |
http-test-harness-0.9.6-dev-sources.jar | 50 KB |
http-test-harness-0.9.6-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.6-dev</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/http-test-harness/
implementation 'com.mastfrog:http-test-harness:0.9.6-dev'
// https://jarcasting.com/artifacts/com.mastfrog/http-test-harness/
implementation ("com.mastfrog:http-test-harness:0.9.6-dev")
'com.mastfrog:http-test-harness:jar:0.9.6-dev'
<dependency org="com.mastfrog" name="http-test-harness" rev="0.9.6-dev">
<artifact name="http-test-harness" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='http-test-harness', version='0.9.6-dev')
)
libraryDependencies += "com.mastfrog" % "http-test-harness" % "0.9.6-dev"
[com.mastfrog/http-test-harness "0.9.6-dev"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.3 |
com.mastfrog : predicates | jar | 2.8.3 |
com.mastfrog : concurrent | jar | 2.8.3 |
com.mastfrog : util-strings | jar | 2.8.3 |
com.mastfrog : util-misc | jar | 2.8.3 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |