| GroupId | GroupIdcom.github.shoothzj | 
|---|---|
| ArtifactId | ArtifactIdsdk-kubectl | 
| Version | Version3.0.15.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| sdk-kubectl-3.0.15.RELEASE.pom | |
| sdk-kubectl-3.0.15.RELEASE.jar | 15 KB | 
| sdk-kubectl-3.0.15.RELEASE-sources.jar | 7 KB | 
| sdk-kubectl-3.0.15.RELEASE-javadoc.jar | 440 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.shoothzj/sdk-kubectl/ -->
<dependency>
    <groupId>com.github.shoothzj</groupId>
    <artifactId>sdk-kubectl</artifactId>
    <version>3.0.15.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.shoothzj/sdk-kubectl/
implementation 'com.github.shoothzj:sdk-kubectl:3.0.15.RELEASE'// https://jarcasting.com/artifacts/com.github.shoothzj/sdk-kubectl/
implementation ("com.github.shoothzj:sdk-kubectl:3.0.15.RELEASE")'com.github.shoothzj:sdk-kubectl:jar:3.0.15.RELEASE'<dependency org="com.github.shoothzj" name="sdk-kubectl" rev="3.0.15.RELEASE">
  <artifact name="sdk-kubectl" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.shoothzj', module='sdk-kubectl', version='3.0.15.RELEASE')
)libraryDependencies += "com.github.shoothzj" % "sdk-kubectl" % "3.0.15.RELEASE"[com.github.shoothzj/sdk-kubectl "3.0.15.RELEASE"]