GroupId | GroupIdcom.microsoft.playwright |
---|---|
ArtifactId | ArtifactIdparent-pom |
Version | Version1.14.1 |
Type | Typepom |
Filename | Size |
---|---|
parent-pom-1.14.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.playwright/parent-pom/ -->
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>parent-pom</artifactId>
<version>1.14.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.playwright/parent-pom/
implementation 'com.microsoft.playwright:parent-pom:1.14.1'
// https://jarcasting.com/artifacts/com.microsoft.playwright/parent-pom/
implementation ("com.microsoft.playwright:parent-pom:1.14.1")
'com.microsoft.playwright:parent-pom:pom:1.14.1'
<dependency org="com.microsoft.playwright" name="parent-pom" rev="1.14.1">
<artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.playwright', module='parent-pom', version='1.14.1')
)
libraryDependencies += "com.microsoft.playwright" % "parent-pom" % "1.14.1"
[com.microsoft.playwright/parent-pom "1.14.1"]