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