Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>io.github.parj</groupId>
  <artifactId>createk8syaml-maven-plugin</artifactId>
  <version>0.0.6-SNAPSHOT</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'io.github.parj:createk8syaml-maven-plugin:maven-plugin:0.0.6-SNAPSHOT'

Apache Ivy

<dependency org="io.github.parj" name="createk8syaml-maven-plugin" rev="0.0.6-SNAPSHOT">
  <artifact name="createk8syaml-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='io.github.parj', module='createk8syaml-maven-plugin', version='0.0.6-SNAPSHOT')
)

Gradle/Grails

compile 'io.github.parj:createk8syaml-maven-plugin:0.0.6-SNAPSHOT'

Scala SBT

libraryDependencies += "io.github.parj" % "createk8syaml-maven-plugin" % "0.0.6-SNAPSHOT"

Leiningen

[io.github.parj/createk8syaml-maven-plugin "0.0.6-SNAPSHOT"]