Dependency Information

Apache Maven

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

Apache Buildr

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

Apache Ant

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

Groovy Grape

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

Grails

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

Leiningen

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

SBT

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