| Categories |
CategoriesJBoss Container Application Servers |
|---|---|
| GroupId | GroupIdorg.jboss.test |
| ArtifactId | ArtifactIdrichfaces-selenium |
| Version | Version1.5.2.SP3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| richfaces-selenium-1.5.2.SP3.pom | |
| richfaces-selenium-1.5.2.SP3.jar | 215 KB |
| richfaces-selenium-1.5.2.SP3-sources.jar | 261 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.test/richfaces-selenium/ -->
<dependency>
<groupId>org.jboss.test</groupId>
<artifactId>richfaces-selenium</artifactId>
<version>1.5.2.SP3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.test/richfaces-selenium/
implementation 'org.jboss.test:richfaces-selenium:1.5.2.SP3'
// https://jarcasting.com/artifacts/org.jboss.test/richfaces-selenium/
implementation ("org.jboss.test:richfaces-selenium:1.5.2.SP3")
'org.jboss.test:richfaces-selenium:jar:1.5.2.SP3'
<dependency org="org.jboss.test" name="richfaces-selenium" rev="1.5.2.SP3">
<artifact name="richfaces-selenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.test', module='richfaces-selenium', version='1.5.2.SP3')
)
libraryDependencies += "org.jboss.test" % "richfaces-selenium" % "1.5.2.SP3"
[org.jboss.test/richfaces-selenium "1.5.2.SP3"]