is not current version
Last Version 1.2

com.testmonitor:api-java-client 0.1

TestMonitor API client

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

com.testmonitor
ArtifactId

ArtifactId

api-java-client
Version

Version

0.1
Type

Type

jar

Download api-java-client 0.1


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