<dependency> <groupId>net.sf.xslthl</groupId> <artifactId>xslthl</artifactId> <version>2.0.1</version> </dependency>
implementation 'net.sf.xslthl:xslthl:2.0.1'
implementation("net.sf.xslthl:xslthl:2.0.1")
libraryDependencies += "net.sf.xslthl" % "xslthl" % "2.0.1"
@Grapes( @Grab(group='net.sf.xslthl', module='xslthl', version='2.0.1') )
<dependency org="net.sf.xslthl" name="xslthl" rev="2.0.1" />
[net.sf.xslthl/xslthl "2.0.1"]
'net.sf.xslthl:xslthl:jar:2.0.1'
compile
|-- xalan:xalan:2.7.0
|-- saxon:saxon:6.5.3
|-- net.sf.saxon:saxon:8.5.1