Categories |
CategoriesJava Languages Kubernetes Container Virtualization Tools Net CLI User Interface |
---|---|
GroupId | GroupIdio.kubernetes |
ArtifactId | ArtifactIdclient-java-examples-parent |
Version | Version11.0.4 |
Type | Typepom |
Filename | Size |
---|---|
client-java-examples-parent-11.0.4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.kubernetes/client-java-examples-parent/ -->
<dependency>
<groupId>io.kubernetes</groupId>
<artifactId>client-java-examples-parent</artifactId>
<version>11.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.kubernetes/client-java-examples-parent/
implementation 'io.kubernetes:client-java-examples-parent:11.0.4'
// https://jarcasting.com/artifacts/io.kubernetes/client-java-examples-parent/
implementation ("io.kubernetes:client-java-examples-parent:11.0.4")
'io.kubernetes:client-java-examples-parent:pom:11.0.4'
<dependency org="io.kubernetes" name="client-java-examples-parent" rev="11.0.4">
<artifact name="client-java-examples-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.kubernetes', module='client-java-examples-parent', version='11.0.4')
)
libraryDependencies += "io.kubernetes" % "client-java-examples-parent" % "11.0.4"
[io.kubernetes/client-java-examples-parent "11.0.4"]