t

taskcluster-client

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.
https://docs.taskcluster.net
Mozilla Public License, version 2.0
Mozilla
Pete Moore
Files download
File Operation
taskcluster-client-1.0.311.jar download
taskcluster-client-1.0.311.pom download
taskcluster-client-1.0.311-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mozilla.taskcluster</groupId>
  <artifactId>taskcluster-client</artifactId>
  <version>1.0.311</version>
</dependency>
Gradle Groovy
implementation 'org.mozilla.taskcluster:taskcluster-client:1.0.311'
Gradle Kotlin
implementation("org.mozilla.taskcluster:taskcluster-client:1.0.311")
Scala SBT
libraryDependencies += "org.mozilla.taskcluster" % "taskcluster-client" % "1.0.311"
Groovy Grape
@Grapes(
  @Grab(group='org.mozilla.taskcluster', module='taskcluster-client', version='1.0.311')
)
Apache Ivy
<dependency org="org.mozilla.taskcluster" name="taskcluster-client" rev="1.0.311" />
Leiningen
[org.mozilla.taskcluster/taskcluster-client "1.0.311"]
Apache Buildr
'org.mozilla.taskcluster:taskcluster-client:jar:1.0.311'