License |
License |
---|---|
GroupId | GroupIdcom.vlkan.hrrs |
ArtifactId | ArtifactIdhrrs-parent |
Last Version | Last Version0.7.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionHRRS (HTTP Request Record Suite)
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hrrs-parent-0.7.0.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-parent/ -->
<dependency>
<groupId>com.vlkan.hrrs</groupId>
<artifactId>hrrs-parent</artifactId>
<version>0.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-parent/
implementation 'com.vlkan.hrrs:hrrs-parent:0.7.0'
// https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-parent/
implementation ("com.vlkan.hrrs:hrrs-parent:0.7.0")
'com.vlkan.hrrs:hrrs-parent:pom:0.7.0'
<dependency org="com.vlkan.hrrs" name="hrrs-parent" rev="0.7.0">
<artifact name="hrrs-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vlkan.hrrs', module='hrrs-parent', version='0.7.0')
)
libraryDependencies += "com.vlkan.hrrs" % "hrrs-parent" % "0.7.0"
[com.vlkan.hrrs/hrrs-parent "0.7.0"]