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