MVN

de.alpharogroup : payment.module

Maven & Gradle

Oct 03, 2015
3 usages

payment.module

<dependency>
    <groupId>de.alpharogroup</groupId>
    <artifactId>payment.module</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.alpharogroup : payment.module to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of de.alpharogroup : payment.module to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
payment.module-3.0.1
payment.module-3.0.0
2.2.x
payment.module-2.2.0
2.1.x
payment.module-2.1.0
2.0.x
payment.module-2.0.0
1.0.x
payment.module-1.0.0

How to add a dependency to Maven

Add the following de.alpharogroup : payment.module maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.alpharogroup</groupId>
    <artifactId>payment.module</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.alpharogroup : payment.module gradle dependency to your build.gradle file:

implementation 'de.alpharogroup:payment.module:3.0.1'

Gradle Kotlin DSL: Add the following de.alpharogroup : payment.module gradle kotlin dependency to your build.gradle.kts file:

implementation("de.alpharogroup:payment.module:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.alpharogroup : payment.module sbt scala dependency to your build.sbt file:

libraryDependencies += "de.alpharogroup" % "payment.module" % "3.0.1"