is not current version
Last Version 0.7.0

com.vlkan.hrrs:hrrs-parent 0.2

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 6 or higher. In essence, HRRS bundles a servlet filter for recording and a standalone command-line Java application for replaying the requests.

GroupId

GroupId

com.vlkan.hrrs
ArtifactId

ArtifactId

hrrs-parent
Version

Version

0.2
Type

Type

pom

Download hrrs-parent 0.2

Filename Size
hrrs-parent-0.2.pom 10 KB
Browse

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