Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.mozilla.taskcluster |
ArtifactId | ArtifactIdtaskcluster-client |
Version | Version1.0.55 |
Type | Typejar |
Filename | Size |
---|---|
taskcluster-client-1.0.55.pom | |
taskcluster-client-1.0.55.jar | 87 KB |
taskcluster-client-1.0.55-sources.jar | 90 KB |
taskcluster-client-1.0.55-javadoc.jar | 808 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mozilla.taskcluster/taskcluster-client/ -->
<dependency>
<groupId>org.mozilla.taskcluster</groupId>
<artifactId>taskcluster-client</artifactId>
<version>1.0.55</version>
</dependency>
// https://jarcasting.com/artifacts/org.mozilla.taskcluster/taskcluster-client/
implementation 'org.mozilla.taskcluster:taskcluster-client:1.0.55'
// https://jarcasting.com/artifacts/org.mozilla.taskcluster/taskcluster-client/
implementation ("org.mozilla.taskcluster:taskcluster-client:1.0.55")
'org.mozilla.taskcluster:taskcluster-client:jar:1.0.55'
<dependency org="org.mozilla.taskcluster" name="taskcluster-client" rev="1.0.55">
<artifact name="taskcluster-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mozilla.taskcluster', module='taskcluster-client', version='1.0.55')
)
libraryDependencies += "org.mozilla.taskcluster" % "taskcluster-client" % "1.0.55"
[org.mozilla.taskcluster/taskcluster-client "1.0.55"]