Dependency Information

Apache Maven

<dependency>
  <groupId>com.csutherl</groupId>
  <artifactId>BIAutomationTool</artifactId>
  <version>1.1-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.csutherl:BIAutomationTool:jar:1.1-SNAPSHOT'

Apache Ant

<dependency org="com.csutherl" name="BIAutomationTool" rev="1.1-SNAPSHOT">
  <artifact name="BIAutomationTool" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.csutherl', module='BIAutomationTool', version='1.1-SNAPSHOT')
)

Grails

compile 'com.csutherl:BIAutomationTool:1.1-SNAPSHOT'

Leiningen

[com.csutherl/BIAutomationTool "1.1-SNAPSHOT"]

SBT

libraryDependencies += "com.csutherl" %% "BIAutomationTool" % "1.1-SNAPSHOT"