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

Jar examples for p:phantomjs-maven-core

Description

A library for downloading, installing, and executing phantomjs.

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

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials