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