GroupId | GroupIdcom.plugatar.xteps |
---|---|
ArtifactId | ArtifactIdxteps-reportportal |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
xteps-reportportal-2.0.pom | |
xteps-reportportal-2.0.jar | 4 KB |
xteps-reportportal-2.0-sources.jar | 4 KB |
xteps-reportportal-2.0-javadoc.jar | 393 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.plugatar.xteps/xteps-reportportal/ -->
<dependency>
<groupId>com.plugatar.xteps</groupId>
<artifactId>xteps-reportportal</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.plugatar.xteps/xteps-reportportal/
implementation 'com.plugatar.xteps:xteps-reportportal:2.0'
// https://jarcasting.com/artifacts/com.plugatar.xteps/xteps-reportportal/
implementation ("com.plugatar.xteps:xteps-reportportal:2.0")
'com.plugatar.xteps:xteps-reportportal:jar:2.0'
<dependency org="com.plugatar.xteps" name="xteps-reportportal" rev="2.0">
<artifact name="xteps-reportportal" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.plugatar.xteps', module='xteps-reportportal', version='2.0')
)
libraryDependencies += "com.plugatar.xteps" % "xteps-reportportal" % "2.0"
[com.plugatar.xteps/xteps-reportportal "2.0"]