is not current version
Last Version 5.3.0

com.epam.reportportal:commons 3.0.0

Report Portal Commons

GroupId

GroupId

com.epam.reportportal
ArtifactId

ArtifactId

commons
Version

Version

3.0.0
Type

Type

jar

Download commons 3.0.0


<!-- https://jarcasting.com/artifacts/com.epam.reportportal/commons/ -->
<dependency>
    <groupId>com.epam.reportportal</groupId>
    <artifactId>commons</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.epam.reportportal/commons/
implementation 'com.epam.reportportal:commons:3.0.0'
// https://jarcasting.com/artifacts/com.epam.reportportal/commons/
implementation ("com.epam.reportportal:commons:3.0.0")
'com.epam.reportportal:commons:jar:3.0.0'
<dependency org="com.epam.reportportal" name="commons" rev="3.0.0">
  <artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.epam.reportportal', module='commons', version='3.0.0')
)
libraryDependencies += "com.epam.reportportal" % "commons" % "3.0.0"
[com.epam.reportportal/commons "3.0.0"]