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