Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.jarlakxen |
ArtifactId | ArtifactIdembedphantomjs |
Version | Version2.2 |
Type | Typejar |
Filename | Size |
---|---|
embedphantomjs-2.2.pom | |
embedphantomjs-2.2.jar | 17 KB |
embedphantomjs-2.2-sources.jar | 9 KB |
embedphantomjs-2.2-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jarlakxen/embedphantomjs/ -->
<dependency>
<groupId>com.github.jarlakxen</groupId>
<artifactId>embedphantomjs</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jarlakxen/embedphantomjs/
implementation 'com.github.jarlakxen:embedphantomjs:2.2'
// https://jarcasting.com/artifacts/com.github.jarlakxen/embedphantomjs/
implementation ("com.github.jarlakxen:embedphantomjs:2.2")
'com.github.jarlakxen:embedphantomjs:jar:2.2'
<dependency org="com.github.jarlakxen" name="embedphantomjs" rev="2.2">
<artifact name="embedphantomjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jarlakxen', module='embedphantomjs', version='2.2')
)
libraryDependencies += "com.github.jarlakxen" % "embedphantomjs" % "2.2"
[com.github.jarlakxen/embedphantomjs "2.2"]