Dependency Information

Apache Maven

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

Apache Buildr

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

Apache Ant

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

Groovy Grape

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

Grails

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

Leiningen

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

SBT

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