Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.github.QaReport |
ArtifactId | ArtifactIdautomation-report |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
automation-report-1.0.0.pom | |
automation-report-1.0.0.jar | 10 KB |
automation-report-1.0.0-sources.jar | 4 KB |
automation-report-1.0.0-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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.QaReport/automation-report/
implementation 'com.github.QaReport:automation-report:1.0.0'
// https://jarcasting.com/artifacts/com.github.QaReport/automation-report/
implementation ("com.github.QaReport:automation-report:1.0.0")
'com.github.QaReport:automation-report:jar:1.0.0'
<dependency org="com.github.QaReport" name="automation-report" rev="1.0.0">
<artifact name="automation-report" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.QaReport', module='automation-report', version='1.0.0')
)
libraryDependencies += "com.github.QaReport" % "automation-report" % "1.0.0"
[com.github.QaReport/automation-report "1.0.0"]