Dependency Information

Apache Maven

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

Apache Buildr

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

Apache Ant

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

Groovy Grape

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

Grails

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

Leiningen

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

SBT

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