License |
License |
---|---|
GroupId | GroupIdcom.melahn |
ArtifactId | ArtifactIdhelm-chartmap-generator |
Version | Version1.0.2 |
Type | Typejar |
Description |
Descriptioncom.melahn:helm-chartmap-generator
A tool that generates a set of helm dependency reports in various formats for a given helm chart repository
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.melahn/helm-chartmap-generator/ -->
<dependency>
<groupId>com.melahn</groupId>
<artifactId>helm-chartmap-generator</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.melahn/helm-chartmap-generator/
implementation 'com.melahn:helm-chartmap-generator:1.0.2'
// https://jarcasting.com/artifacts/com.melahn/helm-chartmap-generator/
implementation ("com.melahn:helm-chartmap-generator:1.0.2")
'com.melahn:helm-chartmap-generator:jar:1.0.2'
<dependency org="com.melahn" name="helm-chartmap-generator" rev="1.0.2">
<artifact name="helm-chartmap-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.melahn', module='helm-chartmap-generator', version='1.0.2')
)
libraryDependencies += "com.melahn" % "helm-chartmap-generator" % "1.0.2"
[com.melahn/helm-chartmap-generator "1.0.2"]