Last Version

Taskcluster Client (java port) 1.0.311

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.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.mozilla.taskcluster
ArtifactId

ArtifactId

taskcluster-client
Version

Version

1.0.311
Type

Type

jar
Description

Description

Taskcluster Client (java port)
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.
Project URL

Project URL

https://docs.taskcluster.net
Project Organization

Project Organization

Mozilla
Source Code Management

Source Code Management

http://github.com/taskcluster/taskcluster-client-java/tree/master

Download taskcluster-client 1.0.311


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

Dependencies

compile (3)

Group / Artifact Type Version
com.google.http-client : google-http-client-gson jar 1.20.0
com.wealdtech.hawk : hawk-core jar 1.0.0
net.iharder : base64 jar 2.3.8

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.