Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.protobufel</groupId>
  <artifactId>resource-exec-maven-plugin</artifactId>
  <version>0.7-SNAPSHOT</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'com.github.protobufel:resource-exec-maven-plugin:maven-plugin:0.7-SNAPSHOT'

Apache Ant

<dependency org="com.github.protobufel" name="resource-exec-maven-plugin" rev="0.7-SNAPSHOT">
  <artifact name="resource-exec-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.protobufel', module='resource-exec-maven-plugin', version='0.7-SNAPSHOT')
)

Grails

compile 'com.github.protobufel:resource-exec-maven-plugin:0.7-SNAPSHOT'

Leiningen

[com.github.protobufel/resource-exec-maven-plugin "0.7-SNAPSHOT"]

SBT

libraryDependencies += "com.github.protobufel" %% "resource-exec-maven-plugin" % "0.7-SNAPSHOT"