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