Dependency Information

Apache Maven

<dependency>
  <groupId>edu.byu.hbll</groupId>
  <artifactId>greenxsl</artifactId>
  <version>2.10.0</version>
</dependency>

Apache Buildr

'edu.byu.hbll:greenxsl:jar:2.10.0'

Apache Ivy

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

Groovy Grape

@Grapes(
@Grab(group='edu.byu.hbll', module='greenxsl', version='2.10.0')
)

Grails

compile 'edu.byu.hbll:greenxsl:2.10.0'

Leiningen

[edu.byu.hbll/greenxsl "2.10.0"]

SBT

libraryDependencies += "edu.byu.hbll" % "greenxsl" % "2.10.0"