License |
License |
---|---|
GroupId | GroupIdio.github.uchagani |
ArtifactId | ArtifactIdstagehand |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
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.1.0.pom | |
stagehand-2.1.0.jar | 12 KB |
stagehand-2.1.0-sources.jar | 6 KB |
stagehand-2.1.0-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.uchagani/stagehand/ -->
<dependency>
<groupId>io.github.uchagani</groupId>
<artifactId>stagehand</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.uchagani/stagehand/
implementation 'io.github.uchagani:stagehand:2.1.0'
// https://jarcasting.com/artifacts/io.github.uchagani/stagehand/
implementation ("io.github.uchagani:stagehand:2.1.0")
'io.github.uchagani:stagehand:jar:2.1.0'
<dependency org="io.github.uchagani" name="stagehand" rev="2.1.0">
<artifact name="stagehand" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.uchagani', module='stagehand', version='2.1.0')
)
libraryDependencies += "io.github.uchagani" % "stagehand" % "2.1.0"
[io.github.uchagani/stagehand "2.1.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 |