| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJavaScript Languages Ant Build Tools | 
        
| GroupId | GroupIdcom.moodysalem | 
    
| ArtifactId | ArtifactIdphantomjs-wrapper-exec | 
    
| Last Version | Last Version3.1.3 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionPhantomJS Exec Script 
            A Java wrapper around the PhantomJS binaries 
         | 
    
<!-- https://jarcasting.com/artifacts/com.moodysalem/phantomjs-wrapper-exec/ -->
<dependency>
    <groupId>com.moodysalem</groupId>
    <artifactId>phantomjs-wrapper-exec</artifactId>
    <version>3.1.3</version>
</dependency>
                // https://jarcasting.com/artifacts/com.moodysalem/phantomjs-wrapper-exec/
implementation 'com.moodysalem:phantomjs-wrapper-exec:3.1.3'
                // https://jarcasting.com/artifacts/com.moodysalem/phantomjs-wrapper-exec/
implementation ("com.moodysalem:phantomjs-wrapper-exec:3.1.3")
                'com.moodysalem:phantomjs-wrapper-exec:jar:3.1.3'
                <dependency org="com.moodysalem" name="phantomjs-wrapper-exec" rev="3.1.3">
  <artifact name="phantomjs-wrapper-exec" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.moodysalem', module='phantomjs-wrapper-exec', version='3.1.3')
)
                libraryDependencies += "com.moodysalem" % "phantomjs-wrapper-exec" % "3.1.3"
                [com.moodysalem/phantomjs-wrapper-exec "3.1.3"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.moodysalem : phantomjs-wrapper | jar | 3.1.3 |