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