Files download
File Operation
xslt-generator-maven-plugin-1.8.jar download
xslt-generator-maven-plugin-1.8.pom download
xslt-generator-maven-plugin-1.8-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.xsltmp</groupId>
  <artifactId>xslt-generator-maven-plugin</artifactId>
  <version>1.8</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'net.sf.xsltmp:xslt-generator-maven-plugin:1.8'
Gradle Kotlin
implementation("net.sf.xsltmp:xslt-generator-maven-plugin:1.8")
Scala SBT
libraryDependencies += "net.sf.xsltmp" % "xslt-generator-maven-plugin" % "1.8"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.xsltmp', module='xslt-generator-maven-plugin', version='1.8')
)
Apache Ivy
<dependency org="net.sf.xsltmp" name="xslt-generator-maven-plugin" rev="1.8" />
Leiningen
[net.sf.xsltmp/xslt-generator-maven-plugin "1.8"]
Apache Buildr
'net.sf.xsltmp:xslt-generator-maven-plugin:jar:1.8'