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