GroupId | GroupIdcom.github.sumankumar01 |
---|---|
ArtifactId | ArtifactIdSeleniumReport |
Version | Version1.2.6 |
Type | Typejar |
Filename | Size |
---|---|
SeleniumReport-1.2.6.pom | |
SeleniumReport-1.2.6.jar | 6 KB |
SeleniumReport-1.2.6-sources.jar | 2 KB |
SeleniumReport-1.2.6-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sumankumar01/SeleniumReport/ -->
<dependency>
<groupId>com.github.sumankumar01</groupId>
<artifactId>SeleniumReport</artifactId>
<version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sumankumar01/SeleniumReport/
implementation 'com.github.sumankumar01:SeleniumReport:1.2.6'
// https://jarcasting.com/artifacts/com.github.sumankumar01/SeleniumReport/
implementation ("com.github.sumankumar01:SeleniumReport:1.2.6")
'com.github.sumankumar01:SeleniumReport:jar:1.2.6'
<dependency org="com.github.sumankumar01" name="SeleniumReport" rev="1.2.6">
<artifact name="SeleniumReport" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sumankumar01', module='SeleniumReport', version='1.2.6')
)
libraryDependencies += "com.github.sumankumar01" % "SeleniumReport" % "1.2.6"
[com.github.sumankumar01/SeleniumReport "1.2.6"]