License |
License |
---|---|
GroupId | GroupIdcom.vlkan.hrrs |
ArtifactId | ArtifactIdhrrs-example-jaxrs |
Last Version | Last Version0.7.0 |
Release Date | Release Date |
Type | Typewar |
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-example-jaxrs-0.7.0.pom | |
hrrs-example-jaxrs-0.7.0.war | 10 MB |
hrrs-example-jaxrs-0.7.0-sources.jar | 2 KB |
hrrs-example-jaxrs-0.7.0-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-example-jaxrs/ -->
<dependency>
<groupId>com.vlkan.hrrs</groupId>
<artifactId>hrrs-example-jaxrs</artifactId>
<version>0.7.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-example-jaxrs/
implementation 'com.vlkan.hrrs:hrrs-example-jaxrs:0.7.0'
// https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-example-jaxrs/
implementation ("com.vlkan.hrrs:hrrs-example-jaxrs:0.7.0")
'com.vlkan.hrrs:hrrs-example-jaxrs:war:0.7.0'
<dependency org="com.vlkan.hrrs" name="hrrs-example-jaxrs" rev="0.7.0">
<artifact name="hrrs-example-jaxrs" type="war" />
</dependency>
@Grapes(
@Grab(group='com.vlkan.hrrs', module='hrrs-example-jaxrs', version='0.7.0')
)
libraryDependencies += "com.vlkan.hrrs" % "hrrs-example-jaxrs" % "0.7.0"
[com.vlkan.hrrs/hrrs-example-jaxrs "0.7.0"]
Group / Artifact | Type | Version |
---|---|---|
com.vlkan.hrrs : hrrs-servlet-filter-base64 | jar | 0.7.0 |
javax.ws.rs : javax.ws.rs-api | jar | 2.1.1 |
org.glassfish.jersey.bundles : jaxrs-ri | jar | 3.0.4 |
org.slf4j : slf4j-log4j12 | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 4.0.1 |