MVN

io.github.kiemlicz : shelm_2.12_1.0

Maven & Gradle

Mar 09, 2024
19 stars

shelm · Simple Helm plugin for creating Helm Charts

<dependency>
    <groupId>io.github.kiemlicz</groupId>
    <artifactId>shelm_2.12_1.0</artifactId>
    <version>0.8.0-rc.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.kiemlicz : shelm_2.12_1.0 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.3
  • Latest Release Candidate: 0.8.0-rc.1

All Versions

Choose a version of io.github.kiemlicz : shelm_2.12_1.0 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
shelm_2.12_1.0-0.8.0-rc.1
0.7.x
shelm_2.12_1.0-0.7.3
shelm_2.12_1.0-0.7.1
shelm_2.12_1.0-0.7.0
0.6.x
shelm_2.12_1.0-0.6.4
shelm_2.12_1.0-0.6.3
shelm_2.12_1.0-0.6.2
shelm_2.12_1.0-0.6.1
shelm_2.12_1.0-0.6.0
0.5.x
shelm_2.12_1.0-0.5.3
shelm_2.12_1.0-0.5.2
shelm_2.12_1.0-0.5.1
shelm_2.12_1.0-0.5.0
0.4.x
shelm_2.12_1.0-0.4.2
shelm_2.12_1.0-0.4.1
shelm_2.12_1.0-0.4.0
0.3.x
shelm_2.12_1.0-0.3.5

How to add a dependency to Maven

Add the following io.github.kiemlicz : shelm_2.12_1.0 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.kiemlicz</groupId>
    <artifactId>shelm_2.12_1.0</artifactId>
    <version>0.8.0-rc.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.kiemlicz : shelm_2.12_1.0 gradle dependency to your build.gradle file:

implementation 'io.github.kiemlicz:shelm_2.12_1.0:0.8.0-rc.1'

Gradle Kotlin DSL: Add the following io.github.kiemlicz : shelm_2.12_1.0 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.kiemlicz:shelm_2.12_1.0:0.8.0-rc.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.kiemlicz : shelm_2.12_1.0 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.kiemlicz" % "shelm_2.12_1.0" % "0.8.0-rc.1"