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