GroupId | GroupIdio.selendroid |
---|---|
ArtifactId | ArtifactIdselendroid-grid-plugin |
Version | Version0.9.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.selendroid/selendroid-grid-plugin/ -->
<dependency>
<groupId>io.selendroid</groupId>
<artifactId>selendroid-grid-plugin</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.selendroid/selendroid-grid-plugin/
implementation 'io.selendroid:selendroid-grid-plugin:0.9.0'
// https://jarcasting.com/artifacts/io.selendroid/selendroid-grid-plugin/
implementation ("io.selendroid:selendroid-grid-plugin:0.9.0")
'io.selendroid:selendroid-grid-plugin:jar:0.9.0'
<dependency org="io.selendroid" name="selendroid-grid-plugin" rev="0.9.0">
<artifact name="selendroid-grid-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.selendroid', module='selendroid-grid-plugin', version='0.9.0')
)
libraryDependencies += "io.selendroid" % "selendroid-grid-plugin" % "0.9.0"
[io.selendroid/selendroid-grid-plugin "0.9.0"]