License |
License |
---|---|
GroupId | GroupIdcom.vlkan.hrrs |
ArtifactId | ArtifactIdhrrs-commons |
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-commons-0.6.pom | |
hrrs-commons-0.6.jar | 11 KB |
hrrs-commons-0.6-sources.jar | 6 KB |
hrrs-commons-0.6-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-commons/ -->
<dependency>
<groupId>com.vlkan.hrrs</groupId>
<artifactId>hrrs-commons</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-commons/
implementation 'com.vlkan.hrrs:hrrs-commons:0.6'
// https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-commons/
implementation ("com.vlkan.hrrs:hrrs-commons:0.6")
'com.vlkan.hrrs:hrrs-commons:jar:0.6'
<dependency org="com.vlkan.hrrs" name="hrrs-commons" rev="0.6">
<artifact name="hrrs-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vlkan.hrrs', module='hrrs-commons', version='0.6')
)
libraryDependencies += "com.vlkan.hrrs" % "hrrs-commons" % "0.6"
[com.vlkan.hrrs/hrrs-commons "0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.22 |
com.google.guava : guava | jar | 28.1-jre |
com.beust : jcommander | jar | 1.78 |