MVN

eu.payzen : ws-v5-stubs

Maven & Gradle

Feb 05, 2019
1 usages
0 stars

WebServices v5 Stubs · Generated stubs ready to use in Web Services v5

<dependency>
    <groupId>eu.payzen</groupId>
    <artifactId>ws-v5-stubs</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.payzen : ws-v5-stubs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of eu.payzen : ws-v5-stubs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
ws-v5-stubs-1.0.5
ws-v5-stubs-1.0.4

How to add a dependency to Maven

Add the following eu.payzen : ws-v5-stubs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.payzen</groupId>
    <artifactId>ws-v5-stubs</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.payzen : ws-v5-stubs gradle dependency to your build.gradle file:

implementation 'eu.payzen:ws-v5-stubs:1.0.5'

Gradle Kotlin DSL: Add the following eu.payzen : ws-v5-stubs gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.payzen:ws-v5-stubs:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.payzen : ws-v5-stubs sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.payzen" % "ws-v5-stubs" % "1.0.5"

Advertisement