Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdio.github.uchagani |
ArtifactId | ArtifactIdjunit-playwright |
Version | Version2.2.2 |
Type | Typejar |
Filename | Size |
---|---|
junit-playwright-2.2.2.pom | |
junit-playwright-2.2.2.jar | 23 KB |
junit-playwright-2.2.2-sources.jar | 10 KB |
junit-playwright-2.2.2-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.uchagani/junit-playwright/ -->
<dependency>
<groupId>io.github.uchagani</groupId>
<artifactId>junit-playwright</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.uchagani/junit-playwright/
implementation 'io.github.uchagani:junit-playwright:2.2.2'
// https://jarcasting.com/artifacts/io.github.uchagani/junit-playwright/
implementation ("io.github.uchagani:junit-playwright:2.2.2")
'io.github.uchagani:junit-playwright:jar:2.2.2'
<dependency org="io.github.uchagani" name="junit-playwright" rev="2.2.2">
<artifact name="junit-playwright" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.uchagani', module='junit-playwright', version='2.2.2')
)
libraryDependencies += "io.github.uchagani" % "junit-playwright" % "2.2.2"
[io.github.uchagani/junit-playwright "2.2.2"]