License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdcom.github.QaReport |
ArtifactId | ArtifactIdautomation-report |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.QaReport:automation-report
automationreport is a library can be used to create automation test reports in MongoDB and visualize
the report with MongoDB Charts
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
automation-report-1.1.1.pom | |
automation-report-1.1.1.jar | 10 KB |
automation-report-1.1.1-sources.jar | 4 KB |
automation-report-1.1.1-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.QaReport/automation-report/ -->
<dependency>
<groupId>com.github.QaReport</groupId>
<artifactId>automation-report</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.QaReport/automation-report/
implementation 'com.github.QaReport:automation-report:1.1.1'
// https://jarcasting.com/artifacts/com.github.QaReport/automation-report/
implementation ("com.github.QaReport:automation-report:1.1.1")
'com.github.QaReport:automation-report:jar:1.1.1'
<dependency org="com.github.QaReport" name="automation-report" rev="1.1.1">
<artifact name="automation-report" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.QaReport', module='automation-report', version='1.1.1')
)
libraryDependencies += "com.github.QaReport" % "automation-report" % "1.1.1"
[com.github.QaReport/automation-report "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.mongodb : mongo-java-driver | jar | 3.12.0 |