MVN

com.github.jarlakxen : embedphantomjs

Maven & Gradle

Oct 10, 2016
1 usages
31 stars

EmbedPhantomJS · Embedded PhantomJS for Java

<dependency>
    <groupId>com.github.jarlakxen</groupId>
    <artifactId>embedphantomjs</artifactId>
    <version>3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jarlakxen : embedphantomjs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0

All Versions

Choose a version of com.github.jarlakxen : embedphantomjs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0
embedphantomjs-3.0
2.9
embedphantomjs-2.9
2.8
embedphantomjs-2.8
2.7
embedphantomjs-2.7
2.6
embedphantomjs-2.6
2.5
embedphantomjs-2.5
2.4
embedphantomjs-2.4
2.3
embedphantomjs-2.3
2.2
embedphantomjs-2.2
2.1
embedphantomjs-2.1
2.0
embedphantomjs-2.0

How to add a dependency to Maven

Add the following com.github.jarlakxen : embedphantomjs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jarlakxen</groupId>
    <artifactId>embedphantomjs</artifactId>
    <version>3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jarlakxen : embedphantomjs gradle dependency to your build.gradle file:

implementation 'com.github.jarlakxen:embedphantomjs:3.0'

Gradle Kotlin DSL: Add the following com.github.jarlakxen : embedphantomjs gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jarlakxen:embedphantomjs:3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jarlakxen : embedphantomjs sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jarlakxen" % "embedphantomjs" % "3.0"