Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.alauda |
ArtifactId | ArtifactIddevops-client |
Version | Version0.2.9 |
Type | Typejar |
Filename | Size |
---|---|
devops-client-0.2.9.pom | |
devops-client-0.2.9.jar | 147 KB |
devops-client-0.2.9-sources.jar | 119 KB |
devops-client-0.2.9-javadoc.jar | 499 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.alauda/devops-client/ -->
<dependency>
<groupId>io.alauda</groupId>
<artifactId>devops-client</artifactId>
<version>0.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.alauda/devops-client/
implementation 'io.alauda:devops-client:0.2.9'
// https://jarcasting.com/artifacts/io.alauda/devops-client/
implementation ("io.alauda:devops-client:0.2.9")
'io.alauda:devops-client:jar:0.2.9'
<dependency org="io.alauda" name="devops-client" rev="0.2.9">
<artifact name="devops-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.alauda', module='devops-client', version='0.2.9')
)
libraryDependencies += "io.alauda" % "devops-client" % "0.2.9"
[io.alauda/devops-client "0.2.9"]