Files download
File Operation
commons-bom-5.2.0.pom download
Apache Maven
<dependency>
  <groupId>com.epam.reportportal</groupId>
  <artifactId>commons-bom</artifactId>
  <version>5.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.epam.reportportal:commons-bom:5.2.0'
Gradle Kotlin
implementation("com.epam.reportportal:commons-bom:5.2.0")
Scala SBT
libraryDependencies += "com.epam.reportportal" % "commons-bom" % "5.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.epam.reportportal', module='commons-bom', version='5.2.0')
)
Apache Ivy
<dependency org="com.epam.reportportal" name="commons-bom" rev="5.2.0" />
Leiningen
[com.epam.reportportal/commons-bom "5.2.0"]
Apache Buildr
'com.epam.reportportal:commons-bom:jar:5.2.0'
Dependencies
The project has no third-party dependencies