is not current version
Last Version 0.7.3

org.selunit:selunit-core 0.7.1

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

GroupId

GroupId

org.selunit
ArtifactId

ArtifactId

selunit-core
Version

Version

0.7.1
Type

Type

jar

Download selunit-core 0.7.1


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