Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.protobufel</groupId>
  <artifactId>protobufel-parent</artifactId>
  <version>0.7-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Buildr

'com.github.protobufel:protobufel-parent:pom:0.7-SNAPSHOT'

Apache Ant

<dependency org="com.github.protobufel" name="protobufel-parent" rev="0.7-SNAPSHOT">
  <artifact name="protobufel-parent" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.protobufel', module='protobufel-parent', version='0.7-SNAPSHOT')
)

Grails

compile 'com.github.protobufel:protobufel-parent:0.7-SNAPSHOT'

Leiningen

[com.github.protobufel/protobufel-parent "0.7-SNAPSHOT"]

SBT

libraryDependencies += "com.github.protobufel" %% "protobufel-parent" % "0.7-SNAPSHOT"