GroupId | GroupIdorg.catools |
---|---|
ArtifactId | ArtifactIdreportportal |
Version | Version0.0.21 |
Type | Typejar |
Filename | Size |
---|---|
reportportal-0.0.21.pom | |
reportportal-0.0.21.jar | 21 KB |
reportportal-0.0.21-sources.jar | 11 KB |
reportportal-0.0.21-javadoc.jar | 441 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.catools/reportportal/ -->
<dependency>
<groupId>org.catools</groupId>
<artifactId>reportportal</artifactId>
<version>0.0.21</version>
</dependency>
// https://jarcasting.com/artifacts/org.catools/reportportal/
implementation 'org.catools:reportportal:0.0.21'
// https://jarcasting.com/artifacts/org.catools/reportportal/
implementation ("org.catools:reportportal:0.0.21")
'org.catools:reportportal:jar:0.0.21'
<dependency org="org.catools" name="reportportal" rev="0.0.21">
<artifact name="reportportal" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.catools', module='reportportal', version='0.0.21')
)
libraryDependencies += "org.catools" % "reportportal" % "0.0.21"
[org.catools/reportportal "0.0.21"]