Categories |
CategoriesJavaScript Languages Ant Build Tools |
---|---|
GroupId | GroupIdcom.moodysalem |
ArtifactId | ArtifactIdphantomjs-wrapper |
Version | Version1.6.0 |
Type | Typejar |
Filename | Size |
---|---|
phantomjs-wrapper-1.6.0.pom | |
phantomjs-wrapper-1.6.0.jar | 58 MB |
phantomjs-wrapper-1.6.0-sources.jar | 58 MB |
phantomjs-wrapper-1.6.0-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.moodysalem/phantomjs-wrapper/ -->
<dependency>
<groupId>com.moodysalem</groupId>
<artifactId>phantomjs-wrapper</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.moodysalem/phantomjs-wrapper/
implementation 'com.moodysalem:phantomjs-wrapper:1.6.0'
// https://jarcasting.com/artifacts/com.moodysalem/phantomjs-wrapper/
implementation ("com.moodysalem:phantomjs-wrapper:1.6.0")
'com.moodysalem:phantomjs-wrapper:jar:1.6.0'
<dependency org="com.moodysalem" name="phantomjs-wrapper" rev="1.6.0">
<artifact name="phantomjs-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.moodysalem', module='phantomjs-wrapper', version='1.6.0')
)
libraryDependencies += "com.moodysalem" % "phantomjs-wrapper" % "1.6.0"
[com.moodysalem/phantomjs-wrapper "1.6.0"]