Download phantomjs-maven-plugin-0.7.jar file - Jar p

Jar examples for p:phantomjs-maven-plugin

Description

A plugin for downloading, installing, and executing phantomjs.

You can download jar file phantomjs-maven-plugin 0.7 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add phantomjs-maven-plugin-0.7.jar to your project.

<dependency>
   <groupId>com.github.klieber</groupId>
   <artifactId>phantomjs-maven-plugin</artifactId>
   <version>0.7</version>
</dependency>
compile group: 'com.github.klieber', name: 'phantomjs-maven-plugin', version: '0.7'
libraryDependencies += "com.github.klieber" % "phantomjs-maven-plugin" % "0.7"
<dependency org="com.github.klieber" name="phantomjs-maven-plugin" rev="0.7"/>
@Grapes(@Grab(group='com.github.klieber', module='phantomjs-maven-plugin', version='0.7'))
'com.github.klieber:phantomjs-maven-plugin:jar:0.7'

Download

Click the following link to download the jar file.

phantomjs-maven-plugin-0.7-javadoc.jar
phantomjs-maven-plugin-0.7-sources.jar
phantomjs-maven-plugin-0.7.jar
phantomjs-maven-plugin-0.7.pom



Related Tutorials