Files download
File Operation
k8s-utils-maven-plugin-1.2.jar download
k8s-utils-maven-plugin-1.2.pom download
k8s-utils-maven-plugin-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.saiprasadkrishnamurthy</groupId>
  <artifactId>k8s-utils-maven-plugin</artifactId>
  <version>1.2</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.saiprasadkrishnamurthy:k8s-utils-maven-plugin:1.2'
Gradle Kotlin
implementation("com.github.saiprasadkrishnamurthy:k8s-utils-maven-plugin:1.2")
Scala SBT
libraryDependencies += "com.github.saiprasadkrishnamurthy" % "k8s-utils-maven-plugin" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.saiprasadkrishnamurthy', module='k8s-utils-maven-plugin', version='1.2')
)
Apache Ivy
<dependency org="com.github.saiprasadkrishnamurthy" name="k8s-utils-maven-plugin" rev="1.2" />
Leiningen
[com.github.saiprasadkrishnamurthy/k8s-utils-maven-plugin "1.2"]
Apache Buildr
'com.github.saiprasadkrishnamurthy:k8s-utils-maven-plugin:jar:1.2'