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