GroupId | GroupIdcom.github.paulakimenko |
---|---|
ArtifactId | ArtifactIdwebdriver-service |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
webdriver-service-0.2.pom | |
webdriver-service-0.2.jar | 17 KB |
webdriver-service-0.2-sources.jar | 8 KB |
webdriver-service-0.2-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.paulakimenko/webdriver-service/ -->
<dependency>
<groupId>com.github.paulakimenko</groupId>
<artifactId>webdriver-service</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paulakimenko/webdriver-service/
implementation 'com.github.paulakimenko:webdriver-service:0.2'
// https://jarcasting.com/artifacts/com.github.paulakimenko/webdriver-service/
implementation ("com.github.paulakimenko:webdriver-service:0.2")
'com.github.paulakimenko:webdriver-service:jar:0.2'
<dependency org="com.github.paulakimenko" name="webdriver-service" rev="0.2">
<artifact name="webdriver-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paulakimenko', module='webdriver-service', version='0.2')
)
libraryDependencies += "com.github.paulakimenko" % "webdriver-service" % "0.2"
[com.github.paulakimenko/webdriver-service "0.2"]