is not current version
Last Version 0.7.3

org.selunit:selunit-root 0.7.2

Selunit is an open-source project to simply combine comprehensively Selenium tests with Continuous Integration

GroupId

GroupId

org.selunit
ArtifactId

ArtifactId

selunit-root
Version

Version

0.7.2
Type

Type

pom

Download selunit-root 0.7.2

Filename Size
selunit-root-0.7.2.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/org.selunit/selunit-root/ -->
<dependency>
    <groupId>org.selunit</groupId>
    <artifactId>selunit-root</artifactId>
    <version>0.7.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.selunit/selunit-root/
implementation 'org.selunit:selunit-root:0.7.2'
// https://jarcasting.com/artifacts/org.selunit/selunit-root/
implementation ("org.selunit:selunit-root:0.7.2")
'org.selunit:selunit-root:pom:0.7.2'
<dependency org="org.selunit" name="selunit-root" rev="0.7.2">
  <artifact name="selunit-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.selunit', module='selunit-root', version='0.7.2')
)
libraryDependencies += "org.selunit" % "selunit-root" % "0.7.2"
[org.selunit/selunit-root "0.7.2"]