Dependency Information

Apache Maven

<dependency>
  <groupId>com.basistech.tclre</groupId>
  <artifactId>tcl-regex</artifactId>
  <version>0.10.2-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.basistech.tclre:tcl-regex:jar:0.10.2-SNAPSHOT'

Apache Ant

<dependency org="com.basistech.tclre" name="tcl-regex" rev="0.10.2-SNAPSHOT">
  <artifact name="tcl-regex" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.basistech.tclre', module='tcl-regex', version='0.10.2-SNAPSHOT')
)

Grails

compile 'com.basistech.tclre:tcl-regex:0.10.2-SNAPSHOT'

Leiningen

[com.basistech.tclre/tcl-regex "0.10.2-SNAPSHOT"]

SBT

libraryDependencies += "com.basistech.tclre" %% "tcl-regex" % "0.10.2-SNAPSHOT"