Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdnet.selenate |
ArtifactId | ArtifactIdselenate-client |
Version | Version0.3.10 |
Type | Typejar |
Filename | Size |
---|---|
selenate-client-0.3.10.pom | |
selenate-client-0.3.10.jar | 11 KB |
selenate-client-0.3.10-sources.jar | 6 KB |
selenate-client-0.3.10-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.selenate/selenate-client/ -->
<dependency>
<groupId>net.selenate</groupId>
<artifactId>selenate-client</artifactId>
<version>0.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/net.selenate/selenate-client/
implementation 'net.selenate:selenate-client:0.3.10'
// https://jarcasting.com/artifacts/net.selenate/selenate-client/
implementation ("net.selenate:selenate-client:0.3.10")
'net.selenate:selenate-client:jar:0.3.10'
<dependency org="net.selenate" name="selenate-client" rev="0.3.10">
<artifact name="selenate-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.selenate', module='selenate-client', version='0.3.10')
)
libraryDependencies += "net.selenate" % "selenate-client" % "0.3.10"
[net.selenate/selenate-client "0.3.10"]