| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.mozilla.taskcluster |
| ArtifactId | ArtifactIdtaskcluster-client |
| Last Version | Last Version1.0.311 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTaskcluster 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 |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| taskcluster-client-1.0.311.pom | |
| taskcluster-client-1.0.311.jar | 76 KB |
| taskcluster-client-1.0.311-sources.jar | 81 KB |
| taskcluster-client-1.0.311-javadoc.jar | 746 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |