GroupId | GroupIdcom.infotel.seleniumRobot |
---|---|
ArtifactId | ArtifactIdcore-parent |
Version | Version3.9.3 |
Type | Typepom |
Filename | Size |
---|---|
core-parent-3.9.3.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.infotel.seleniumRobot/core-parent/ -->
<dependency>
<groupId>com.infotel.seleniumRobot</groupId>
<artifactId>core-parent</artifactId>
<version>3.9.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.infotel.seleniumRobot/core-parent/
implementation 'com.infotel.seleniumRobot:core-parent:3.9.3'
// https://jarcasting.com/artifacts/com.infotel.seleniumRobot/core-parent/
implementation ("com.infotel.seleniumRobot:core-parent:3.9.3")
'com.infotel.seleniumRobot:core-parent:pom:3.9.3'
<dependency org="com.infotel.seleniumRobot" name="core-parent" rev="3.9.3">
<artifact name="core-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.infotel.seleniumRobot', module='core-parent', version='3.9.3')
)
libraryDependencies += "com.infotel.seleniumRobot" % "core-parent" % "3.9.3"
[com.infotel.seleniumRobot/core-parent "3.9.3"]