Dependency Information

Apache Maven

<dependency>
  <groupId>net.sf.xslthl</groupId>
  <artifactId>xslthl</artifactId>
  <version>2.1.3</version>
</dependency>

Apache Buildr

'net.sf.xslthl:xslthl:jar:2.1.3'

Apache Ant

<dependency org="net.sf.xslthl" name="xslthl" rev="2.1.3">
  <artifact name="xslthl" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.sf.xslthl', module='xslthl', version='2.1.3')
)

Grails

compile 'net.sf.xslthl:xslthl:2.1.3'

Leiningen

[net.sf.xslthl/xslthl "2.1.3"]

SBT

libraryDependencies += "net.sf.xslthl" %% "xslthl" % "2.1.3"