GroupId | GroupIdcom.microsoft.playwright |
---|---|
ArtifactId | ArtifactIdapi-generator |
Version | Version0.170.0 |
Type | Typejar |
Filename | Size |
---|---|
api-generator-0.170.0.pom | |
api-generator-0.170.0.jar | 90 KB |
api-generator-0.170.0-sources.jar | 64 KB |
api-generator-0.170.0-javadoc.jar | 389 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.playwright/api-generator/ -->
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>api-generator</artifactId>
<version>0.170.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.playwright/api-generator/
implementation 'com.microsoft.playwright:api-generator:0.170.0'
// https://jarcasting.com/artifacts/com.microsoft.playwright/api-generator/
implementation ("com.microsoft.playwright:api-generator:0.170.0")
'com.microsoft.playwright:api-generator:jar:0.170.0'
<dependency org="com.microsoft.playwright" name="api-generator" rev="0.170.0">
<artifact name="api-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.playwright', module='api-generator', version='0.170.0')
)
libraryDependencies += "com.microsoft.playwright" % "api-generator" % "0.170.0"
[com.microsoft.playwright/api-generator "0.170.0"]