is not current version
Last Version 0.7.0

com.vlkan.hrrs:hrrs-distiller 0.6

HRRS (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.

License

License

GroupId

GroupId

com.vlkan.hrrs
ArtifactId

ArtifactId

hrrs-distiller
Version

Version

0.6
Type

Type

jar
Description

Description

HRRS (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.

Download hrrs-distiller 0.6


<!-- https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-distiller/ -->
<dependency>
    <groupId>com.vlkan.hrrs</groupId>
    <artifactId>hrrs-distiller</artifactId>
    <version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-distiller/
implementation 'com.vlkan.hrrs:hrrs-distiller:0.6'
// https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-distiller/
implementation ("com.vlkan.hrrs:hrrs-distiller:0.6")
'com.vlkan.hrrs:hrrs-distiller:jar:0.6'
<dependency org="com.vlkan.hrrs" name="hrrs-distiller" rev="0.6">
  <artifact name="hrrs-distiller" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vlkan.hrrs', module='hrrs-distiller', version='0.6')
)
libraryDependencies += "com.vlkan.hrrs" % "hrrs-distiller" % "0.6"
[com.vlkan.hrrs/hrrs-distiller "0.6"]

Dependencies

compile (3)

Group / Artifact Type Version
com.vlkan.hrrs : hrrs-api jar 0.6
com.vlkan.hrrs : hrrs-commons jar 0.6
com.google.inject : guice jar 4.2.2

Project Modules

There are no modules declared in this project.