| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.testingbot |
| Идентификатор | Идентификаторtestingbotrest |
| Последняя версия | Последняя версия1.0.8 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеtestingbotrest
Java library which provides helper methods for invoking the TestingBot REST API
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| testingbotrest-1.0.8.pom | |
| testingbotrest-1.0.8.jar | 25 KB |
| testingbotrest-1.0.8-sources.jar | 12 KB |
| testingbotrest-1.0.8-javadoc.jar | 102 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.testingbot/testingbotrest/ -->
<dependency>
<groupId>com.testingbot</groupId>
<artifactId>testingbotrest</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.testingbot/testingbotrest/
implementation 'com.testingbot:testingbotrest:1.0.8'
// https://jarcasting.com/artifacts/com.testingbot/testingbotrest/
implementation ("com.testingbot:testingbotrest:1.0.8")
'com.testingbot:testingbotrest:jar:1.0.8'
<dependency org="com.testingbot" name="testingbotrest" rev="1.0.8">
<artifact name="testingbotrest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testingbot', module='testingbotrest', version='1.0.8')
)
libraryDependencies += "com.testingbot" % "testingbotrest" % "1.0.8"
[com.testingbot/testingbotrest "1.0.8"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.googlecode.json-simple : json-simple | jar | 1.1.1 |
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| org.apache.httpcomponents : httpmime | jar | 4.5.13 |
| org.json : json | jar | 20220320 |
| com.google.code.gson : gson | jar | 2.8.9 |
| net.iharder : base64 | jar | 2.3.9 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| commons-lang : commons-lang | jar | 2.6 |
| org.hamcrest : hamcrest-all | jar | 1.3 |