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