License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.kiwigrid |
ArtifactId | ArtifactIdhelm-maven-plugin |
Version | Version5.12 |
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.12.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kiwigrid/helm-maven-plugin/ -->
<dependency>
<groupId>com.kiwigrid</groupId>
<artifactId>helm-maven-plugin</artifactId>
<version>5.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.kiwigrid/helm-maven-plugin/
implementation 'com.kiwigrid:helm-maven-plugin:5.12'
// https://jarcasting.com/artifacts/com.kiwigrid/helm-maven-plugin/
implementation ("com.kiwigrid:helm-maven-plugin:5.12")
'com.kiwigrid:helm-maven-plugin:pom:5.12'
<dependency org="com.kiwigrid" name="helm-maven-plugin" rev="5.12">
<artifact name="helm-maven-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.kiwigrid', module='helm-maven-plugin', version='5.12')
)
libraryDependencies += "com.kiwigrid" % "helm-maven-plugin" % "5.12"
[com.kiwigrid/helm-maven-plugin "5.12"]