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