| Лицензия |
Лицензия |
|---|---|
| Группа | Группаno.sparebank1.troxy |
| Идентификатор | Идентификаторfilter |
| Последняя версия | Последняя версия3.2.33 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеTroxy Filters
Troxy is a proxy intended for simulating a remote service without actually
connecting to the server. Incoming requests are matched using regular
expressions and responses are created from a recorded response from the remote
service and optionally modified by inserting values caught from the regular
expression used to match the request.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| filter-3.2.33.pom | |
| filter-3.2.33.jar | 27 KB |
| filter-3.2.33-sources.jar | 11 KB |
| filter-3.2.33-javadoc.jar | 47 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/no.sparebank1.troxy/filter/ -->
<dependency>
<groupId>no.sparebank1.troxy</groupId>
<artifactId>filter</artifactId>
<version>3.2.33</version>
</dependency>
// https://jarcasting.com/artifacts/no.sparebank1.troxy/filter/
implementation 'no.sparebank1.troxy:filter:3.2.33'
// https://jarcasting.com/artifacts/no.sparebank1.troxy/filter/
implementation ("no.sparebank1.troxy:filter:3.2.33")
'no.sparebank1.troxy:filter:jar:3.2.33'
<dependency org="no.sparebank1.troxy" name="filter" rev="3.2.33">
<artifact name="filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.sparebank1.troxy', module='filter', version='3.2.33')
)
libraryDependencies += "no.sparebank1.troxy" % "filter" % "3.2.33"
[no.sparebank1.troxy/filter "3.2.33"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.32 |
| no.sparebank1.troxy : troxy-core | jar | 3.2.33 |