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