Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.seleniumjt |
ArtifactId | ArtifactIdseleniumjt-core |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
seleniumjt-core-1.2.pom | |
seleniumjt-core-1.2.jar | 47 KB |
seleniumjt-core-1.2-sources.jar | 28 KB |
seleniumjt-core-1.2-javadoc.jar | 194 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.seleniumjt/seleniumjt-core/ -->
<dependency>
<groupId>net.sf.seleniumjt</groupId>
<artifactId>seleniumjt-core</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.seleniumjt/seleniumjt-core/
implementation 'net.sf.seleniumjt:seleniumjt-core:1.2'
// https://jarcasting.com/artifacts/net.sf.seleniumjt/seleniumjt-core/
implementation ("net.sf.seleniumjt:seleniumjt-core:1.2")
'net.sf.seleniumjt:seleniumjt-core:jar:1.2'
<dependency org="net.sf.seleniumjt" name="seleniumjt-core" rev="1.2">
<artifact name="seleniumjt-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.seleniumjt', module='seleniumjt-core', version='1.2')
)
libraryDependencies += "net.sf.seleniumjt" % "seleniumjt-core" % "1.2"
[net.sf.seleniumjt/seleniumjt-core "1.2"]