GroupId | GroupIdorg.selunit |
---|---|
ArtifactId | ArtifactIdselunit-selenium-dependencies |
Version | Version0.7.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.selunit/selunit-selenium-dependencies/ -->
<dependency>
<groupId>org.selunit</groupId>
<artifactId>selunit-selenium-dependencies</artifactId>
<version>0.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.selunit/selunit-selenium-dependencies/
implementation 'org.selunit:selunit-selenium-dependencies:0.7.2'
// https://jarcasting.com/artifacts/org.selunit/selunit-selenium-dependencies/
implementation ("org.selunit:selunit-selenium-dependencies:0.7.2")
'org.selunit:selunit-selenium-dependencies:jar:0.7.2'
<dependency org="org.selunit" name="selunit-selenium-dependencies" rev="0.7.2">
<artifact name="selunit-selenium-dependencies" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.selunit', module='selunit-selenium-dependencies', version='0.7.2')
)
libraryDependencies += "org.selunit" % "selunit-selenium-dependencies" % "0.7.2"
[org.selunit/selunit-selenium-dependencies "0.7.2"]