Categories |
CategoriesJava Languages CLI User Interface Auto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.browserstack |
ArtifactId | ArtifactIdautomate-client-java |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
automate-client-java-0.5.pom | |
automate-client-java-0.5.jar | 55 KB |
automate-client-java-0.5-sources.jar | 29 KB |
automate-client-java-0.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.browserstack/automate-client-java/
implementation 'com.browserstack:automate-client-java:0.5'
// https://jarcasting.com/artifacts/com.browserstack/automate-client-java/
implementation ("com.browserstack:automate-client-java:0.5")
'com.browserstack:automate-client-java:jar:0.5'
<dependency org="com.browserstack" name="automate-client-java" rev="0.5">
<artifact name="automate-client-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.browserstack', module='automate-client-java', version='0.5')
)
libraryDependencies += "com.browserstack" % "automate-client-java" % "0.5"
[com.browserstack/automate-client-java "0.5"]