GroupId | GroupIdcom.infotel.seleniumRobot |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version3.10.1 |
Type | Typejar |
Filename | Size |
---|---|
core-3.10.1.pom | |
core-3.10.1.zip | 224 MB |
core-3.10.1-tests.jar | 2 MB |
core-3.10.1-sources.jar | 103 MB |
core-3.10.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.infotel.seleniumRobot/core/ -->
<dependency>
<groupId>com.infotel.seleniumRobot</groupId>
<artifactId>core</artifactId>
<version>3.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.infotel.seleniumRobot/core/
implementation 'com.infotel.seleniumRobot:core:3.10.1'
// https://jarcasting.com/artifacts/com.infotel.seleniumRobot/core/
implementation ("com.infotel.seleniumRobot:core:3.10.1")
'com.infotel.seleniumRobot:core:jar:3.10.1'
<dependency org="com.infotel.seleniumRobot" name="core" rev="3.10.1">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.infotel.seleniumRobot', module='core', version='3.10.1')
)
libraryDependencies += "com.infotel.seleniumRobot" % "core" % "3.10.1"
[com.infotel.seleniumRobot/core "3.10.1"]