Dependency Information

Apache Maven

<dependency>
  <groupId>edu.byu.hbll</groupId>
  <artifactId>symphonytransactionparser</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>

Apache Buildr

'edu.byu.hbll:symphonytransactionparser:jar:0.0.1-SNAPSHOT'

Apache Ivy

<dependency org="edu.byu.hbll" name="symphonytransactionparser" rev="0.0.1-SNAPSHOT">
  <artifact name="symphonytransactionparser" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='edu.byu.hbll', module='symphonytransactionparser', version='0.0.1-SNAPSHOT')
)

Grails

compile 'edu.byu.hbll:symphonytransactionparser:0.0.1-SNAPSHOT'

Leiningen

[edu.byu.hbll/symphonytransactionparser "0.0.1-SNAPSHOT"]

SBT

libraryDependencies += "edu.byu.hbll" % "symphonytransactionparser" % "0.0.1-SNAPSHOT"