h

hrrs-parent

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.
https://github.com/vy/hrrs
GNU General Public License
Volkan Yazıcı
文件下载
文件名 操作
hrrs-parent-0.5.pom 下载
Apache Maven
<dependency>
  <groupId>com.vlkan.hrrs</groupId>
  <artifactId>hrrs-parent</artifactId>
  <version>0.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.vlkan.hrrs:hrrs-parent:0.5'
Gradle Kotlin
implementation("com.vlkan.hrrs:hrrs-parent:0.5")
Scala SBT
libraryDependencies += "com.vlkan.hrrs" % "hrrs-parent" % "0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.vlkan.hrrs', module='hrrs-parent', version='0.5')
)
Apache Ivy
<dependency org="com.vlkan.hrrs" name="hrrs-parent" rev="0.5" />
Leiningen
[com.vlkan.hrrs/hrrs-parent "0.5"]
Apache Buildr
'com.vlkan.hrrs:hrrs-parent:jar:0.5'
本项目依赖
该项目无第三方依赖