License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.code-story |
ArtifactId | ArtifactIdsimplelemium |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimplelenium
A simple and robust layer on top of Selenium and PhantomJS.
|
Project URL |
Project URL |
Filename | Size |
---|---|
simplelemium-1.1.pom | |
simplelemium-1.1.jar | 17 KB |
simplelemium-1.1-sources.jar | 7 KB |
simplelemium-1.1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.code-story/simplelemium/ -->
<dependency>
<groupId>net.code-story</groupId>
<artifactId>simplelemium</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.code-story/simplelemium/
implementation 'net.code-story:simplelemium:1.1'
// https://jarcasting.com/artifacts/net.code-story/simplelemium/
implementation ("net.code-story:simplelemium:1.1")
'net.code-story:simplelemium:jar:1.1'
<dependency org="net.code-story" name="simplelemium" rev="1.1">
<artifact name="simplelemium" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.code-story', module='simplelemium', version='1.1')
)
libraryDependencies += "net.code-story" % "simplelemium" % "1.1"
[net.code-story/simplelemium "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.detro.ghostdriver : phantomjsdriver | jar | 1.1.0 |
junit : junit Optional | jar | 4.11 |
org.simpleframework : simple Optional | jar | 5.1.6 |