Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.nodevops</groupId>
  <artifactId>confd-maven-plugin</artifactId>
  <version>0.1.0-SNAPSHOT</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'com.github.nodevops:confd-maven-plugin:maven-plugin:0.1.0-SNAPSHOT'

Apache Ivy

<dependency org="com.github.nodevops" name="confd-maven-plugin" rev="0.1.0-SNAPSHOT">
  <artifact name="confd-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.nodevops', module='confd-maven-plugin', version='0.1.0-SNAPSHOT')
)

Gradle/Grails

compile 'com.github.nodevops:confd-maven-plugin:0.1.0-SNAPSHOT'

Scala SBT

libraryDependencies += "com.github.nodevops" % "confd-maven-plugin" % "0.1.0-SNAPSHOT"

Leiningen

[com.github.nodevops/confd-maven-plugin "0.1.0-SNAPSHOT"]