License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdcom.testmonitor |
ArtifactId | ArtifactIdapi-java-client |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTestMonitorClient
TestMonitor API client
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
api-java-client-1.2.pom | |
api-java-client-1.2.jar | 45 KB |
api-java-client-1.2-sources.jar | 27 KB |
api-java-client-1.2-javadoc.jar | 282 KB |
api-java-client-1.2-jar-with-dependencies.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.testmonitor/api-java-client/ -->
<dependency>
<groupId>com.testmonitor</groupId>
<artifactId>api-java-client</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.testmonitor/api-java-client/
implementation 'com.testmonitor:api-java-client:1.2'
// https://jarcasting.com/artifacts/com.testmonitor/api-java-client/
implementation ("com.testmonitor:api-java-client:1.2")
'com.testmonitor:api-java-client:jar:1.2'
<dependency org="com.testmonitor" name="api-java-client" rev="1.2">
<artifact name="api-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testmonitor', module='api-java-client', version='1.2')
)
libraryDependencies += "com.testmonitor" % "api-java-client" % "1.2"
[com.testmonitor/api-java-client "1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents.client5 : httpclient5 | jar | 5.1.1 |
org.json : json | jar | 20210307 |