License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.kiwigrid |
ArtifactId | ArtifactIdhelm-maven-plugin |
Version | Version5.13 |
Type | Typepom |
Description |
Descriptioncom.kiwigrid:helm-maven-plugin
A plugin for executing HELM (https://docs.helm.sh).
HELM itself will be downloaded during build or local binary can be provided.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
helm-maven-plugin-5.13.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kiwigrid/helm-maven-plugin/ -->
<dependency>
<groupId>com.kiwigrid</groupId>
<artifactId>helm-maven-plugin</artifactId>
<version>5.13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.kiwigrid/helm-maven-plugin/
implementation 'com.kiwigrid:helm-maven-plugin:5.13'
// https://jarcasting.com/artifacts/com.kiwigrid/helm-maven-plugin/
implementation ("com.kiwigrid:helm-maven-plugin:5.13")
'com.kiwigrid:helm-maven-plugin:pom:5.13'
<dependency org="com.kiwigrid" name="helm-maven-plugin" rev="5.13">
<artifact name="helm-maven-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.kiwigrid', module='helm-maven-plugin', version='5.13')
)
libraryDependencies += "com.kiwigrid" % "helm-maven-plugin" % "5.13"
[com.kiwigrid/helm-maven-plugin "5.13"]