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