<dependency> <groupId>net.sf.xslthl</groupId> <artifactId>xslthl</artifactId> <version>2.1.3</version> </dependency>
'net.sf.xslthl:xslthl:jar:2.1.3'
<dependency org="net.sf.xslthl" name="xslthl" rev="2.1.3"> <artifact name="xslthl" type="jar" /> </dependency>
@Grapes( @Grab(group='net.sf.xslthl', module='xslthl', version='2.1.3') )
compile 'net.sf.xslthl:xslthl:2.1.3'
[net.sf.xslthl/xslthl "2.1.3"]
libraryDependencies += "net.sf.xslthl" %% "xslthl" % "2.1.3"