License |
License |
---|---|
GroupId | GroupIdorg.catools |
ArtifactId | ArtifactIdreportportal |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCore Automation Toolset - Report Portal Integration
The integration of Report Portal to be used in all other CATools projects
|
Filename | Size |
---|---|
reportportal-1.0.1.pom | |
reportportal-1.0.1.jar | 20 KB |
reportportal-1.0.1-sources.jar | 11 KB |
reportportal-1.0.1-javadoc.jar | 441 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.catools/reportportal/ -->
<dependency>
<groupId>org.catools</groupId>
<artifactId>reportportal</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.catools/reportportal/
implementation 'org.catools:reportportal:1.0.1'
// https://jarcasting.com/artifacts/org.catools/reportportal/
implementation ("org.catools:reportportal:1.0.1")
'org.catools:reportportal:jar:1.0.1'
<dependency org="org.catools" name="reportportal" rev="1.0.1">
<artifact name="reportportal" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.catools', module='reportportal', version='1.0.1')
)
libraryDependencies += "org.catools" % "reportportal" % "1.0.1"
[org.catools/reportportal "1.0.1"]