Dependency Information

Apache Maven

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

Apache Buildr

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

Apache Ant

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

Groovy Grape

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

Grails

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

Leiningen

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

SBT

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