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