MVN

com.epam.reportportal : commons-model

Maven & Gradle

Apr 21, 2023
38 usages
8 stars

commons-model · EPAM Report portal. REST API model

<dependency>
    <groupId>com.epam.reportportal</groupId>
    <artifactId>commons-model</artifactId>
    <version>5.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.epam.reportportal : commons-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.8.0

All Versions

Choose a version of com.epam.reportportal : commons-model to add to Maven or Gradle - All Versions:

  • Version Updated
  • commons-model-5.8.0

    Apr 21, 2023
  • commons-model-5.7.3

    Nov 09, 2022
  • commons-model-5.7.0

    Apr 12, 2022
  • commons-model-5.3.3

    Apr 25, 2021
  • commons-model-5.3.2

    Apr 25, 2021
  • commons-model-5.3.0

    Apr 25, 2021
  • commons-model-5.2.3

    Apr 25, 2021
  • commons-model-5.2.2

    Apr 25, 2021
  • commons-model-5.2.0

    Apr 25, 2021
  • commons-model-5.1.0

    Apr 25, 2021
  • commons-model-5.0.0

    Apr 25, 2021
  • commons-model-4.2.0

    Apr 25, 2021
  • commons-model-4.0.4

    Apr 25, 2021
  • commons-model-4.0.3

    Apr 25, 2021
  • commons-model-4.0.2

    Apr 25, 2021
  • commons-model-4.0.1

    Apr 25, 2021
  • commons-model-4.0.0

    Apr 25, 2021
  • commons-model-3.3.0

    Apr 25, 2021
  • commons-model-3.2.0

    Apr 25, 2021
  • commons-model-3.1.1

    Apr 25, 2021
  • commons-model-3.1.0

    Apr 25, 2021
  • commons-model-3.0.1

    Apr 25, 2021
  • commons-model-3.0.0

    Apr 25, 2021
  • commons-model-2.7.0

    Apr 25, 2021
  • commons-model-2.6.2

    Apr 25, 2021
  • commons-model-2.6.1

    Apr 25, 2021
  • commons-model-2.6.0

    Apr 25, 2021

How to add a dependency to Maven

Add the following com.epam.reportportal : commons-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.epam.reportportal</groupId>
    <artifactId>commons-model</artifactId>
    <version>5.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.epam.reportportal : commons-model gradle dependency to your build.gradle file:

implementation 'com.epam.reportportal:commons-model:5.8.0'

Gradle Kotlin DSL: Add the following com.epam.reportportal : commons-model gradle kotlin dependency to your build.gradle.kts file:

implementation("com.epam.reportportal:commons-model:5.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.epam.reportportal : commons-model sbt scala dependency to your build.sbt file:

libraryDependencies += "com.epam.reportportal" % "commons-model" % "5.8.0"