Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.oneops |
ArtifactId | ArtifactIdoneops-client |
Version | Version5.0.7 |
Type | Typejar |
Filename | Size |
---|---|
oneops-client-5.0.7.pom | |
oneops-client-5.0.7.jar | 77 KB |
oneops-client-5.0.7-sources.jar | 36 KB |
oneops-client-5.0.7-javadoc.jar | 202 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.oneops/oneops-client/ -->
<dependency>
<groupId>com.oneops</groupId>
<artifactId>oneops-client</artifactId>
<version>5.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.oneops/oneops-client/
implementation 'com.oneops:oneops-client:5.0.7'
// https://jarcasting.com/artifacts/com.oneops/oneops-client/
implementation ("com.oneops:oneops-client:5.0.7")
'com.oneops:oneops-client:jar:5.0.7'
<dependency org="com.oneops" name="oneops-client" rev="5.0.7">
<artifact name="oneops-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oneops', module='oneops-client', version='5.0.7')
)
libraryDependencies += "com.oneops" % "oneops-client" % "5.0.7"
[com.oneops/oneops-client "5.0.7"]