Categories |
CategoriesEclipse Che Development Tools IDE CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.che.selenium |
ArtifactId | ArtifactIdche-selenium-core |
Version | Version7.25.0 |
Type | Typejar |
Filename | Size |
---|---|
che-selenium-core-7.25.0.pom | |
che-selenium-core-7.25.0.jar | 316 KB |
che-selenium-core-7.25.0-sources.jar | 135 KB |
che-selenium-core-7.25.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.che.selenium/che-selenium-core/ -->
<dependency>
<groupId>org.eclipse.che.selenium</groupId>
<artifactId>che-selenium-core</artifactId>
<version>7.25.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.selenium/che-selenium-core/
implementation 'org.eclipse.che.selenium:che-selenium-core:7.25.0'
// https://jarcasting.com/artifacts/org.eclipse.che.selenium/che-selenium-core/
implementation ("org.eclipse.che.selenium:che-selenium-core:7.25.0")
'org.eclipse.che.selenium:che-selenium-core:jar:7.25.0'
<dependency org="org.eclipse.che.selenium" name="che-selenium-core" rev="7.25.0">
<artifact name="che-selenium-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.selenium', module='che-selenium-core', version='7.25.0')
)
libraryDependencies += "org.eclipse.che.selenium" % "che-selenium-core" % "7.25.0"
[org.eclipse.che.selenium/che-selenium-core "7.25.0"]