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