Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.kod4n |
ArtifactId | ArtifactIdrancher-client |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
rancher-client-1.0.1.pom | |
rancher-client-1.0.1.jar | 827 KB |
rancher-client-1.0.1-sources.jar | 135 KB |
rancher-client-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kod4n/rancher-client/
implementation 'com.github.kod4n:rancher-client:1.0.1'
// https://jarcasting.com/artifacts/com.github.kod4n/rancher-client/
implementation ("com.github.kod4n:rancher-client:1.0.1")
'com.github.kod4n:rancher-client:jar:1.0.1'
<dependency org="com.github.kod4n" name="rancher-client" rev="1.0.1">
<artifact name="rancher-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kod4n', module='rancher-client', version='1.0.1')
)
libraryDependencies += "com.github.kod4n" % "rancher-client" % "1.0.1"
[com.github.kod4n/rancher-client "1.0.1"]