Download xslt-generator-maven-plugin-1.7.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.7 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.7.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials