GroupId | GroupIdcom.github.sumankumar01 |
---|---|
ArtifactId | ArtifactIdSeleniumReport |
Version | Version1.2.10 |
Type | Typejar |
Filename | Size |
---|---|
SeleniumReport-1.2.10.pom | |
SeleniumReport-1.2.10.jar | 8 KB |
SeleniumReport-1.2.10-sources.jar | 4 KB |
SeleniumReport-1.2.10-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.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sumankumar01/SeleniumReport/
implementation 'com.github.sumankumar01:SeleniumReport:1.2.10'
// https://jarcasting.com/artifacts/com.github.sumankumar01/SeleniumReport/
implementation ("com.github.sumankumar01:SeleniumReport:1.2.10")
'com.github.sumankumar01:SeleniumReport:jar:1.2.10'
<dependency org="com.github.sumankumar01" name="SeleniumReport" rev="1.2.10">
<artifact name="SeleniumReport" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sumankumar01', module='SeleniumReport', version='1.2.10')
)
libraryDependencies += "com.github.sumankumar01" % "SeleniumReport" % "1.2.10"
[com.github.sumankumar01/SeleniumReport "1.2.10"]