Download xslt-generator-maven-plugin-1.6.jar file - Jar x

Jar examples for x:xslt-generator-maven-plugin

Description

Performs XSL transformation.

You can download jar file xslt-generator-maven-plugin 1.6 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add xslt-generator-maven-plugin-1.6.jar to your project.

<dependency>
   <groupId>net.sf.xsltmp</groupId>
   <artifactId>xslt-generator-maven-plugin</artifactId>
   <version>1.6</version>
</dependency>
compile group: 'net.sf.xsltmp', name: 'xslt-generator-maven-plugin', version: '1.6'
libraryDependencies += "net.sf.xsltmp" % "xslt-generator-maven-plugin" % "1.6"
<dependency org="net.sf.xsltmp" name="xslt-generator-maven-plugin" rev="1.6"/>
@Grapes(@Grab(group='net.sf.xsltmp', module='xslt-generator-maven-plugin', version='1.6'))
'net.sf.xsltmp:xslt-generator-maven-plugin:jar:1.6'

Download

Click the following link to download the jar file.

xslt-generator-maven-plugin-1.6-javadoc.jar
xslt-generator-maven-plugin-1.6-sources.jar
xslt-generator-maven-plugin-1.6.jar
xslt-generator-maven-plugin-1.6.pom



Related Tutorials