| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.azagniotov |
| Идентификатор | Идентификаторstubby4j |
| Последняя версия | Последняя версия7.5.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеstubby4j
A highly flexible and configurable tool for testing interactions of service-oriented (SoA) or/and micro-services architectures (REST, SOAP, WSDL etc.) over HTTP(s) protocol. It is an HTTP server for stubbing external systems in both Docker and non-containerized environments for integration, contract & behavior testing.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| stubby4j-7.5.2.pom | |
| stubby4j-7.5.2.jar | 2 MB |
| stubby4j-7.5.2-sources.jar | 175 KB |
| stubby4j-7.5.2-no-jetty.jar | 803 KB |
| stubby4j-7.5.2-no-dependencies.jar | 237 KB |
| stubby4j-7.5.2-javadoc.jar | 264 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.azagniotov/stubby4j/ -->
<dependency>
<groupId>io.github.azagniotov</groupId>
<artifactId>stubby4j</artifactId>
<version>7.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.azagniotov/stubby4j/
implementation 'io.github.azagniotov:stubby4j:7.5.2'
// https://jarcasting.com/artifacts/io.github.azagniotov/stubby4j/
implementation ("io.github.azagniotov:stubby4j:7.5.2")
'io.github.azagniotov:stubby4j:jar:7.5.2'
<dependency org="io.github.azagniotov" name="stubby4j" rev="7.5.2">
<artifact name="stubby4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.azagniotov', module='stubby4j', version='7.5.2')
)
libraryDependencies += "io.github.azagniotov" % "stubby4j" % "7.5.2"
[io.github.azagniotov/stubby4j "7.5.2"]