GroupId | GroupIdcom.infotel.seleniumRobot |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version2.3.2 |
Type | Typejar |
Filename | Size |
---|---|
core-2.3.2.pom | |
core-2.3.2.zip | 71 MB |
core-2.3.2-tests.jar | 815 KB |
core-2.3.2-sources.jar | 583 KB |
core-2.3.2-javadoc.jar | 738 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.infotel.seleniumRobot/core/ -->
<dependency>
<groupId>com.infotel.seleniumRobot</groupId>
<artifactId>core</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.infotel.seleniumRobot/core/
implementation 'com.infotel.seleniumRobot:core:2.3.2'
// https://jarcasting.com/artifacts/com.infotel.seleniumRobot/core/
implementation ("com.infotel.seleniumRobot:core:2.3.2")
'com.infotel.seleniumRobot:core:jar:2.3.2'
<dependency org="com.infotel.seleniumRobot" name="core" rev="2.3.2">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.infotel.seleniumRobot', module='core', version='2.3.2')
)
libraryDependencies += "com.infotel.seleniumRobot" % "core" % "2.3.2"
[com.infotel.seleniumRobot/core "2.3.2"]