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