Dependency Information

Apache Maven

<dependency>
  <groupId>edu.byu.hbll</groupId>
  <artifactId>xslt</artifactId>
  <version>1.0.0</version>
</dependency>

Apache Buildr

'edu.byu.hbll:xslt:jar:1.0.0'

Apache Ivy

<dependency org="edu.byu.hbll" name="xslt" rev="1.0.0">
  <artifact name="xslt" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='edu.byu.hbll', module='xslt', version='1.0.0')
)

Gradle/Grails

compile 'edu.byu.hbll:xslt:1.0.0'

Scala SBT

libraryDependencies += "edu.byu.hbll" % "xslt" % "1.0.0"

Leiningen

[edu.byu.hbll/xslt "1.0.0"]