GroupId | GroupIdru.qatools.seleniumkit |
---|---|
ArtifactId | ArtifactIdselenograph |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
selenograph-1.2.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.qatools.seleniumkit/selenograph/ -->
<dependency>
<groupId>ru.qatools.seleniumkit</groupId>
<artifactId>selenograph</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ru.qatools.seleniumkit/selenograph/
implementation 'ru.qatools.seleniumkit:selenograph:1.2'
// https://jarcasting.com/artifacts/ru.qatools.seleniumkit/selenograph/
implementation ("ru.qatools.seleniumkit:selenograph:1.2")
'ru.qatools.seleniumkit:selenograph:pom:1.2'
<dependency org="ru.qatools.seleniumkit" name="selenograph" rev="1.2">
<artifact name="selenograph" type="pom" />
</dependency>
@Grapes(
@Grab(group='ru.qatools.seleniumkit', module='selenograph', version='1.2')
)
libraryDependencies += "ru.qatools.seleniumkit" % "selenograph" % "1.2"
[ru.qatools.seleniumkit/selenograph "1.2"]