GroupId | GroupIdcom.microsoft.playwright |
---|---|
ArtifactId | ArtifactIdassertions |
Version | Version1.17.0 |
Type | Typejar |
Filename | Size |
---|---|
assertions-1.17.0.pom | |
assertions-1.17.0.jar | 25 KB |
assertions-1.17.0-sources.jar | 12 KB |
assertions-1.17.0-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.playwright/assertions/ -->
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>assertions</artifactId>
<version>1.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.playwright/assertions/
implementation 'com.microsoft.playwright:assertions:1.17.0'
// https://jarcasting.com/artifacts/com.microsoft.playwright/assertions/
implementation ("com.microsoft.playwright:assertions:1.17.0")
'com.microsoft.playwright:assertions:jar:1.17.0'
<dependency org="com.microsoft.playwright" name="assertions" rev="1.17.0">
<artifact name="assertions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.playwright', module='assertions', version='1.17.0')
)
libraryDependencies += "com.microsoft.playwright" % "assertions" % "1.17.0"
[com.microsoft.playwright/assertions "1.17.0"]