Categories |
CategoriesJava Languages CLI User Interface Auto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.browserstack |
ArtifactId | ArtifactIdautomate-client-java |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
automate-client-java-0.6.pom | |
automate-client-java-0.6.jar | 56 KB |
automate-client-java-0.6-sources.jar | 30 KB |
automate-client-java-0.6-javadoc.jar | 282 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.browserstack/automate-client-java/ -->
<dependency>
<groupId>com.browserstack</groupId>
<artifactId>automate-client-java</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.browserstack/automate-client-java/
implementation 'com.browserstack:automate-client-java:0.6'
// https://jarcasting.com/artifacts/com.browserstack/automate-client-java/
implementation ("com.browserstack:automate-client-java:0.6")
'com.browserstack:automate-client-java:jar:0.6'
<dependency org="com.browserstack" name="automate-client-java" rev="0.6">
<artifact name="automate-client-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.browserstack', module='automate-client-java', version='0.6')
)
libraryDependencies += "com.browserstack" % "automate-client-java" % "0.6"
[com.browserstack/automate-client-java "0.6"]