License |
License |
---|---|
GroupId | GroupIdcom.vlkan.hrrs |
ArtifactId | ArtifactIdhrrs-example-spring |
Version | Version0.7.0 |
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.
|
<!-- https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-example-spring/ -->
<dependency>
<groupId>com.vlkan.hrrs</groupId>
<artifactId>hrrs-example-spring</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-example-spring/
implementation 'com.vlkan.hrrs:hrrs-example-spring:0.7.0'
// https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-example-spring/
implementation ("com.vlkan.hrrs:hrrs-example-spring:0.7.0")
'com.vlkan.hrrs:hrrs-example-spring:jar:0.7.0'
<dependency org="com.vlkan.hrrs" name="hrrs-example-spring" rev="0.7.0">
<artifact name="hrrs-example-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vlkan.hrrs', module='hrrs-example-spring', version='0.7.0')
)
libraryDependencies += "com.vlkan.hrrs" % "hrrs-example-spring" % "0.7.0"
[com.vlkan.hrrs/hrrs-example-spring "0.7.0"]
Group / Artifact | Type | Version |
---|---|---|
com.vlkan.hrrs : hrrs-servlet-filter-base64 | jar | 0.7.0 |
org.springframework.boot : spring-boot-starter-jersey | jar | 2.6.6 |
org.springframework.boot : spring-boot-starter-web | jar | 2.6.6 |