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