| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.vlkan.hrrs |
| Идентификатор | Идентификаторhrrs-distiller |
| Последняя версия | Последняя версия0.7.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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 8 or higher. In essence, HRRS bundles a servlet
filter for recording and a standalone command-line Java application for
replaying the requests.
|
| Имя Файла | Размер |
|---|---|
| hrrs-distiller-0.7.0.pom | |
| hrrs-distiller-0.7.0.jar | 8 KB |
| hrrs-distiller-0.7.0-sources.jar | 4 KB |
| hrrs-distiller-0.7.0-javadoc.jar | 38 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-distiller/ -->
<dependency>
<groupId>com.vlkan.hrrs</groupId>
<artifactId>hrrs-distiller</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-distiller/
implementation 'com.vlkan.hrrs:hrrs-distiller:0.7.0'
// https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-distiller/
implementation ("com.vlkan.hrrs:hrrs-distiller:0.7.0")
'com.vlkan.hrrs:hrrs-distiller:jar:0.7.0'
<dependency org="com.vlkan.hrrs" name="hrrs-distiller" rev="0.7.0">
<artifact name="hrrs-distiller" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vlkan.hrrs', module='hrrs-distiller', version='0.7.0')
)
libraryDependencies += "com.vlkan.hrrs" % "hrrs-distiller" % "0.7.0"
[com.vlkan.hrrs/hrrs-distiller "0.7.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.vlkan.hrrs : hrrs-api | jar | 0.7.0 |
| com.vlkan.hrrs : hrrs-commons | jar | 0.7.0 |
| com.google.inject : guice | jar | 5.1.0 |