MVN

com.oakfusion : phantomjs-dep

Maven & Gradle

Mar 10, 2014
0 stars

PhantomJS dependency. · PhantomJS (http://phantomjs.org/) as a Maven dependency.

<dependency>
    <groupId>com.oakfusion</groupId>
    <artifactId>phantomjs-dep</artifactId>
    <version>1.9.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.oakfusion : phantomjs-dep to add to Maven - Latest Versions:

  • Latest Stable: 1.9.7

All Versions

Choose a version of com.oakfusion : phantomjs-dep to add to Maven - All Versions:

Version Vulnerabilities Updated
1.9.x
phantomjs-dep-1.9.7

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.oakfusion</groupId>
    <artifactId>phantomjs-dep</artifactId>
    <version>1.9.7</version>
</dependency>

Advertisement