MVN

com.epam.reportportal : service-gateway

Maven & Gradle

Apr 26, 2021
9 stars

service-gateway · EPAM Report portal. Gateway Service

<dependency>
    <groupId>com.epam.reportportal</groupId>
    <artifactId>service-gateway</artifactId>
    <version>2.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.7.1

All Versions

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

  • Version Updated
  • service-gateway-2.7.1

    Apr 25, 2021
  • service-gateway-2.7.0

    Apr 25, 2021
  • service-gateway-2.6.0

    Apr 25, 2021

How to add a dependency to Maven

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

<dependency>
    <groupId>com.epam.reportportal</groupId>
    <artifactId>service-gateway</artifactId>
    <version>2.7.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.epam.reportportal:service-gateway:2.7.1'

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

implementation("com.epam.reportportal:service-gateway:2.7.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.epam.reportportal" % "service-gateway" % "2.7.1"