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