| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.selunit | 
    
| ArtifactId | ArtifactIdselunit-root | 
    
| Last Version | Last Version0.7.3 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionselunit-root 
            Selunit is an open-source project to simply combine
		comprehensively Selenium tests with Continuous Integration 
         | 
    
| Filename | Size | 
|---|---|
| selunit-root-0.7.3.pom | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.selunit/selunit-root/ -->
<dependency>
    <groupId>org.selunit</groupId>
    <artifactId>selunit-root</artifactId>
    <version>0.7.3</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.selunit/selunit-root/
implementation 'org.selunit:selunit-root:0.7.3'
                // https://jarcasting.com/artifacts/org.selunit/selunit-root/
implementation ("org.selunit:selunit-root:0.7.3")
                'org.selunit:selunit-root:pom:0.7.3'
                <dependency org="org.selunit" name="selunit-root" rev="0.7.3">
  <artifact name="selunit-root" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.selunit', module='selunit-root', version='0.7.3')
)
                libraryDependencies += "org.selunit" % "selunit-root" % "0.7.3"
                [org.selunit/selunit-root "0.7.3"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| commons-logging : commons-logging | jar | 1.1.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| log4j : log4j | jar | 1.2.14 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.8.1 |