Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.kod4n |
ArtifactId | ArtifactIdrancher-client |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
rancher-client-1.0.3.pom | |
rancher-client-1.0.3.jar | 1 MB |
rancher-client-1.0.3-sources.jar | 217 KB |
rancher-client-1.0.3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kod4n/rancher-client/ -->
<dependency>
<groupId>com.github.kod4n</groupId>
<artifactId>rancher-client</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kod4n/rancher-client/
implementation 'com.github.kod4n:rancher-client:1.0.3'
// https://jarcasting.com/artifacts/com.github.kod4n/rancher-client/
implementation ("com.github.kod4n:rancher-client:1.0.3")
'com.github.kod4n:rancher-client:jar:1.0.3'
<dependency org="com.github.kod4n" name="rancher-client" rev="1.0.3">
<artifact name="rancher-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kod4n', module='rancher-client', version='1.0.3')
)
libraryDependencies += "com.github.kod4n" % "rancher-client" % "1.0.3"
[com.github.kod4n/rancher-client "1.0.3"]