Files download
File Operation
quarkus-helm-cli-1.1.0.jar download
quarkus-helm-cli-1.1.0.pom download
quarkus-helm-cli-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.quarkiverse.helm</groupId>
  <artifactId>quarkus-helm-cli</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'io.quarkiverse.helm:quarkus-helm-cli:1.1.0'
Gradle Kotlin
implementation("io.quarkiverse.helm:quarkus-helm-cli:1.1.0")
Scala SBT
libraryDependencies += "io.quarkiverse.helm" % "quarkus-helm-cli" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.quarkiverse.helm', module='quarkus-helm-cli', version='1.1.0')
)
Apache Ivy
<dependency org="io.quarkiverse.helm" name="quarkus-helm-cli" rev="1.1.0" />
Leiningen
[io.quarkiverse.helm/quarkus-helm-cli "1.1.0"]
Apache Buildr
'io.quarkiverse.helm:quarkus-helm-cli:jar:1.1.0'