is not current version
Last Version 1.2

com.testmonitor:api-java-client 1.1

TestMonitor API client

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

com.testmonitor
ArtifactId

ArtifactId

api-java-client
Version

Version

1.1
Type

Type

jar

Download api-java-client 1.1


<!-- https://jarcasting.com/artifacts/com.testmonitor/api-java-client/ -->
<dependency>
    <groupId>com.testmonitor</groupId>
    <artifactId>api-java-client</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.testmonitor/api-java-client/
implementation 'com.testmonitor:api-java-client:1.1'
// https://jarcasting.com/artifacts/com.testmonitor/api-java-client/
implementation ("com.testmonitor:api-java-client:1.1")
'com.testmonitor:api-java-client:jar:1.1'
<dependency org="com.testmonitor" name="api-java-client" rev="1.1">
  <artifact name="api-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testmonitor', module='api-java-client', version='1.1')
)
libraryDependencies += "com.testmonitor" % "api-java-client" % "1.1"
[com.testmonitor/api-java-client "1.1"]