| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.claremontqualitymanagement |
| Идентификатор | Идентификаторtaf.restsupport |
| Последняя версия | Последняя версия4.0.7 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеTAF - REST support
This is the module enabling interacting with and testing REST interfaces with test automation framework TAF
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| taf.restsupport-4.0.7.pom | |
| taf.restsupport-4.0.7.jar | 45 KB |
| taf.restsupport-4.0.7-sources.jar | 20 KB |
| taf.restsupport-4.0.7-javadoc.jar | 98 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.claremontqualitymanagement/taf.restsupport/ -->
<dependency>
<groupId>com.github.claremontqualitymanagement</groupId>
<artifactId>taf.restsupport</artifactId>
<version>4.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.claremontqualitymanagement/taf.restsupport/
implementation 'com.github.claremontqualitymanagement:taf.restsupport:4.0.7'
// https://jarcasting.com/artifacts/com.github.claremontqualitymanagement/taf.restsupport/
implementation ("com.github.claremontqualitymanagement:taf.restsupport:4.0.7")
'com.github.claremontqualitymanagement:taf.restsupport:jar:4.0.7'
<dependency org="com.github.claremontqualitymanagement" name="taf.restsupport" rev="4.0.7">
<artifact name="taf.restsupport" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.claremontqualitymanagement', module='taf.restsupport', version='4.0.7')
)
libraryDependencies += "com.github.claremontqualitymanagement" % "taf.restsupport" % "4.0.7"
[com.github.claremontqualitymanagement/taf.restsupport "4.0.7"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.squareup.okhttp3 : okhttp | jar | 3.4.1 |
| com.squareup.okio : okio | jar | 1.11.0 |
| org.apache.httpcomponents : httpcore | jar | 4.4.13 |
| com.github.claremontqualitymanagement : taf.json | jar | 4.1.3 |
| com.jayway.jsonpath : json-path | jar | 2.4.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.squareup.okhttp3 : mockwebserver | jar | 3.4.1 |