License |
License |
---|---|
GroupId | GroupIdcom.testingbot |
ArtifactId | ArtifactIdtestingbotrest |
Version | Version1.0.8 |
Type | Typejar |
Description |
Descriptiontestingbotrest
Java library which provides helper methods for invoking the TestingBot REST API
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
testingbotrest-1.0.8.pom | |
testingbotrest-1.0.8.jar | 28 KB |
testingbotrest-1.0.8-sources.jar | 13 KB |
testingbotrest-1.0.8-javadoc.jar | 483 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
commons-lang : commons-lang | jar | 2.6 |
org.hamcrest : hamcrest-all | jar | 1.3 |