is not current version
Last Version 1.1.0

com.github.praxissoftware.testing:com.github.praxissoftware.testing.http.harness 1.0.0

This project provides an easy way to set up a test harness with JAX-RS Resources in order to do HTTP-based testing.

Categories

Categories

Github Development Tools Version Controls
GroupId

GroupId

com.github.praxissoftware.testing
ArtifactId

ArtifactId

com.github.praxissoftware.testing.http.harness
Version

Version

1.0.0
Type

Type

jar

Download com.github.praxissoftware.testing.http.harness 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.praxissoftware.testing/com.github.praxissoftware.testing.http.harness/ -->
<dependency>
    <groupId>com.github.praxissoftware.testing</groupId>
    <artifactId>com.github.praxissoftware.testing.http.harness</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.praxissoftware.testing/com.github.praxissoftware.testing.http.harness/
implementation 'com.github.praxissoftware.testing:com.github.praxissoftware.testing.http.harness:1.0.0'
// https://jarcasting.com/artifacts/com.github.praxissoftware.testing/com.github.praxissoftware.testing.http.harness/
implementation ("com.github.praxissoftware.testing:com.github.praxissoftware.testing.http.harness:1.0.0")
'com.github.praxissoftware.testing:com.github.praxissoftware.testing.http.harness:jar:1.0.0'
<dependency org="com.github.praxissoftware.testing" name="com.github.praxissoftware.testing.http.harness" rev="1.0.0">
  <artifact name="com.github.praxissoftware.testing.http.harness" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.praxissoftware.testing', module='com.github.praxissoftware.testing.http.harness', version='1.0.0')
)
libraryDependencies += "com.github.praxissoftware.testing" % "com.github.praxissoftware.testing.http.harness" % "1.0.0"
[com.github.praxissoftware.testing/com.github.praxissoftware.testing.http.harness "1.0.0"]