License |
License |
---|---|
GroupId | GroupIdcom.vlkan.hrrs |
ArtifactId | ArtifactIdhrrs-replayer |
Version | Version0.6 |
Type | Typejar |
Description |
DescriptionHRRS (HTTP Request Record Suite) is a set of tools that you can leverage to
record, transform, and replay HTTP requests in your Java EE and Spring web
applications written in Java 8 or higher. In essence, HRRS bundles a servlet
filter for recording and a standalone command-line Java application for
replaying the requests.
|
Filename | Size |
---|---|
hrrs-replayer-0.6.pom | |
hrrs-replayer-0.6.jar | 29 KB |
hrrs-replayer-0.6-sources.jar | 15 KB |
hrrs-replayer-0.6-javadoc.jar | 136 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-replayer/ -->
<dependency>
<groupId>com.vlkan.hrrs</groupId>
<artifactId>hrrs-replayer</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-replayer/
implementation 'com.vlkan.hrrs:hrrs-replayer:0.6'
// https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-replayer/
implementation ("com.vlkan.hrrs:hrrs-replayer:0.6")
'com.vlkan.hrrs:hrrs-replayer:jar:0.6'
<dependency org="com.vlkan.hrrs" name="hrrs-replayer" rev="0.6">
<artifact name="hrrs-replayer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vlkan.hrrs', module='hrrs-replayer', version='0.6')
)
libraryDependencies += "com.vlkan.hrrs" % "hrrs-replayer" % "0.6"
[com.vlkan.hrrs/hrrs-replayer "0.6"]
Group / Artifact | Type | Version |
---|---|---|
com.vlkan.hrrs : hrrs-api | jar | 0.6 |
com.vlkan.hrrs : hrrs-commons | jar | 0.6 |
com.vlkan.hrrs : hrrs-serializer-base64 | jar | 0.6 |
com.google.inject : guice | jar | 4.2.2 |
org.apache.httpcomponents : httpclient | jar | 4.5.2 |
io.dropwizard.metrics : metrics-core | jar | 3.1.2 |