Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdau.com.mountain-pass |
ArtifactId | ArtifactIdhyperstate-client-webdriver |
Version | Version1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/au.com.mountain-pass/hyperstate-client-webdriver/ -->
<dependency>
<groupId>au.com.mountain-pass</groupId>
<artifactId>hyperstate-client-webdriver</artifactId>
<version>1</version>
</dependency>
// https://jarcasting.com/artifacts/au.com.mountain-pass/hyperstate-client-webdriver/
implementation 'au.com.mountain-pass:hyperstate-client-webdriver:1'
// https://jarcasting.com/artifacts/au.com.mountain-pass/hyperstate-client-webdriver/
implementation ("au.com.mountain-pass:hyperstate-client-webdriver:1")
'au.com.mountain-pass:hyperstate-client-webdriver:jar:1'
<dependency org="au.com.mountain-pass" name="hyperstate-client-webdriver" rev="1">
<artifact name="hyperstate-client-webdriver" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.com.mountain-pass', module='hyperstate-client-webdriver', version='1')
)
libraryDependencies += "au.com.mountain-pass" % "hyperstate-client-webdriver" % "1"
[au.com.mountain-pass/hyperstate-client-webdriver "1"]