is not current version
Last Version 1.0.311

org.mozilla.taskcluster:taskcluster-client 1.0.169

Taskcluster is a job execution framework supporting multiple platforms, enabling cross-platform continuous integration and other arbitrary job scheduling. The Taskcluster Client is a runtime library for interacting with Taskcluster. It exists for several languages; this is the java implementation.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.mozilla.taskcluster
ArtifactId

ArtifactId

taskcluster-client
Version

Version

1.0.169
Type

Type

jar

Download taskcluster-client 1.0.169


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