| Лицензия |
Лицензия |
|---|---|
| Группа | Группаno.sparebank1.troxy |
| Идентификатор | Идентификаторtroxy-server |
| Последняя версия | Последняя версия3.2.33 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеTroxy Server
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.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| troxy-server-3.2.33.pom | |
| troxy-server-3.2.33.jar | 9 MB |
| troxy-server-3.2.33-sources.jar | 9 MB |
| troxy-server-3.2.33-javadoc.jar | 44 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/no.sparebank1.troxy/troxy-server/ -->
<dependency>
<groupId>no.sparebank1.troxy</groupId>
<artifactId>troxy-server</artifactId>
<version>3.2.33</version>
</dependency>
// https://jarcasting.com/artifacts/no.sparebank1.troxy/troxy-server/
implementation 'no.sparebank1.troxy:troxy-server:3.2.33'
// https://jarcasting.com/artifacts/no.sparebank1.troxy/troxy-server/
implementation ("no.sparebank1.troxy:troxy-server:3.2.33")
'no.sparebank1.troxy:troxy-server:jar:3.2.33'
<dependency org="no.sparebank1.troxy" name="troxy-server" rev="3.2.33">
<artifact name="troxy-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.sparebank1.troxy', module='troxy-server', version='3.2.33')
)
libraryDependencies += "no.sparebank1.troxy" % "troxy-server" % "3.2.33"
[no.sparebank1.troxy/troxy-server "3.2.33"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.32 |
| org.slf4j : slf4j-simple | jar | 1.7.32 |
| org.glassfish.jersey.core : jersey-server | jar | 2.35 |
| org.glassfish.jersey.containers : jersey-container-servlet-core | jar | 2.35 |
| org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.35 |
| org.glassfish.jersey.media : jersey-media-multipart | jar | 2.35 |
| org.glassfish.jersey.inject : jersey-hk2 | jar | 2.35 |
| no.sparebank1.troxy : troxy-core | jar | 3.2.33 |