| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcom.simplyti.cloud |
| ArtifactId | ArtifactIdkube-client |
| Version | Version0.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| kube-client-0.0.1.pom | |
| kube-client-0.0.1.jar | 3 KB |
| kube-client-0.0.1-sources.jar | 47 KB |
| kube-client-0.0.1-javadoc.jar | 418 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.simplyti.cloud/kube-client/ -->
<dependency>
<groupId>com.simplyti.cloud</groupId>
<artifactId>kube-client</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.simplyti.cloud/kube-client/
implementation 'com.simplyti.cloud:kube-client:0.0.1'
// https://jarcasting.com/artifacts/com.simplyti.cloud/kube-client/
implementation ("com.simplyti.cloud:kube-client:0.0.1")
'com.simplyti.cloud:kube-client:jar:0.0.1'
<dependency org="com.simplyti.cloud" name="kube-client" rev="0.0.1">
<artifact name="kube-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.simplyti.cloud', module='kube-client', version='0.0.1')
)
libraryDependencies += "com.simplyti.cloud" % "kube-client" % "0.0.1"
[com.simplyti.cloud/kube-client "0.0.1"]