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