License |
License |
---|---|
GroupId | GroupIdio.github.uchagani |
ArtifactId | ArtifactIdstagehand |
Version | Version2.0.0 |
Type | Typejar |
Description |
DescriptionStagehand
Stagehand helps create Page Objects for Playwright for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
stagehand-2.0.0.pom | |
stagehand-2.0.0.jar | 11 KB |
stagehand-2.0.0-sources.jar | 6 KB |
stagehand-2.0.0-javadoc.jar | 443 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.uchagani/stagehand/ -->
<dependency>
<groupId>io.github.uchagani</groupId>
<artifactId>stagehand</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.uchagani/stagehand/
implementation 'io.github.uchagani:stagehand:2.0.0'
// https://jarcasting.com/artifacts/io.github.uchagani/stagehand/
implementation ("io.github.uchagani:stagehand:2.0.0")
'io.github.uchagani:stagehand:jar:2.0.0'
<dependency org="io.github.uchagani" name="stagehand" rev="2.0.0">
<artifact name="stagehand" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.uchagani', module='stagehand', version='2.0.0')
)
libraryDependencies += "io.github.uchagani" % "stagehand" % "2.0.0"
[io.github.uchagani/stagehand "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.microsoft.playwright : playwright | jar | 1.20.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
org.assertj : assertj-core | jar | 3.22.0 |