Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdnet.selenate |
ArtifactId | ArtifactIdselenate-client |
Version | Version0.3.9 |
Type | Typejar |
Filename | Size |
---|---|
selenate-client-0.3.9.pom | |
selenate-client-0.3.9.jar | 11 KB |
selenate-client-0.3.9-sources.jar | 6 KB |
selenate-client-0.3.9-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.9</version>
</dependency>
// https://jarcasting.com/artifacts/net.selenate/selenate-client/
implementation 'net.selenate:selenate-client:0.3.9'
// https://jarcasting.com/artifacts/net.selenate/selenate-client/
implementation ("net.selenate:selenate-client:0.3.9")
'net.selenate:selenate-client:jar:0.3.9'
<dependency org="net.selenate" name="selenate-client" rev="0.3.9">
<artifact name="selenate-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.selenate', module='selenate-client', version='0.3.9')
)
libraryDependencies += "net.selenate" % "selenate-client" % "0.3.9"
[net.selenate/selenate-client "0.3.9"]