is not current version
Last Version 4.22.0

com.infotel.seleniumRobot:core 2.3.1

Step by step test reporting framework based on webdriver, cucumber and testng, based on project seleniumtestsframework

GroupId

GroupId

com.infotel.seleniumRobot
ArtifactId

ArtifactId

core
Version

Version

2.3.1
Type

Type

jar

Download core 2.3.1


<!-- https://jarcasting.com/artifacts/com.infotel.seleniumRobot/core/ -->
<dependency>
    <groupId>com.infotel.seleniumRobot</groupId>
    <artifactId>core</artifactId>
    <version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.infotel.seleniumRobot/core/
implementation 'com.infotel.seleniumRobot:core:2.3.1'
// https://jarcasting.com/artifacts/com.infotel.seleniumRobot/core/
implementation ("com.infotel.seleniumRobot:core:2.3.1")
'com.infotel.seleniumRobot:core:jar:2.3.1'
<dependency org="com.infotel.seleniumRobot" name="core" rev="2.3.1">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.infotel.seleniumRobot', module='core', version='2.3.1')
)
libraryDependencies += "com.infotel.seleniumRobot" % "core" % "2.3.1"
[com.infotel.seleniumRobot/core "2.3.1"]