MVN

cz.gopay : gp-java-api-v3-resteasy

Maven & Gradle

May 25, 2023
8 stars

gp-java-api-resteasy · GOPAY project - java api

<dependency>
    <groupId>cz.gopay</groupId>
    <artifactId>gp-java-api-v3-resteasy</artifactId>
    <version>3.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cz.gopay : gp-java-api-v3-resteasy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.7.1

All Versions

Choose a version of cz.gopay : gp-java-api-v3-resteasy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.7.x
gp-java-api-v3-resteasy-3.7.1
gp-java-api-v3-resteasy-3.7.0
3.6.x
gp-java-api-v3-resteasy-3.6.0
3.5.x
gp-java-api-v3-resteasy-3.5.4
gp-java-api-v3-resteasy-3.5.3
gp-java-api-v3-resteasy-3.5.2
gp-java-api-v3-resteasy-3.5.1
gp-java-api-v3-resteasy-3.5.0
3.4.x
gp-java-api-v3-resteasy-3.4.10
gp-java-api-v3-resteasy-3.4.8
gp-java-api-v3-resteasy-3.4.7
gp-java-api-v3-resteasy-3.4.6
gp-java-api-v3-resteasy-3.4.5
gp-java-api-v3-resteasy-3.4.4
gp-java-api-v3-resteasy-3.4.3
gp-java-api-v3-resteasy-3.4.2
gp-java-api-v3-resteasy-3.4.1
gp-java-api-v3-resteasy-3.4.0
3.3.x
gp-java-api-v3-resteasy-3.3.2
gp-java-api-v3-resteasy-3.3.1
gp-java-api-v3-resteasy-3.3.0

How to add a dependency to Maven

Add the following cz.gopay : gp-java-api-v3-resteasy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cz.gopay</groupId>
    <artifactId>gp-java-api-v3-resteasy</artifactId>
    <version>3.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cz.gopay : gp-java-api-v3-resteasy gradle dependency to your build.gradle file:

implementation 'cz.gopay:gp-java-api-v3-resteasy:3.7.1'

Gradle Kotlin DSL: Add the following cz.gopay : gp-java-api-v3-resteasy gradle kotlin dependency to your build.gradle.kts file:

implementation("cz.gopay:gp-java-api-v3-resteasy:3.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following cz.gopay : gp-java-api-v3-resteasy sbt scala dependency to your build.sbt file:

libraryDependencies += "cz.gopay" % "gp-java-api-v3-resteasy" % "3.7.1"