Dependency Information

Apache Maven

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

Apache Buildr

'com.github.protobufel:protobufel:jar:0.7-SNAPSHOT'

Apache Ant

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

Groovy Grape

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

Grails

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

Leiningen

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

SBT

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