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