MVN

tech.sud.mgp : SudMGP

Maven & Gradle

Jun 17, 2023
0 stars

SudMGP · SudMGP SDK

<dependency>
    <groupId>tech.sud.mgp</groupId>
    <artifactId>SudMGP</artifactId>
    <version>1.3.2.1154</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.sud.mgp : SudMGP to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.2.1154

All Versions

Choose a version of tech.sud.mgp : SudMGP to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
SudMGP-1.3.2.1154
SudMGP-1.3.2.1147
SudMGP-1.3.1.1127
SudMGP-1.3.0.1120
1.2.x
SudMGP-1.2.9.1114
SudMGP-1.2.5-static
SudMGP-1.2.5
SudMGP-1.2.4-static
SudMGP-1.2.4
0.0.x
SudMGP-0.0.0-static
SudMGP-0.0.0

How to add a dependency to Maven

Add the following tech.sud.mgp : SudMGP maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.sud.mgp</groupId>
    <artifactId>SudMGP</artifactId>
    <version>1.3.2.1154</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.sud.mgp : SudMGP gradle dependency to your build.gradle file:

implementation 'tech.sud.mgp:SudMGP:1.3.2.1154'

Gradle Kotlin DSL: Add the following tech.sud.mgp : SudMGP gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.sud.mgp:SudMGP:1.3.2.1154")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.sud.mgp : SudMGP sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.sud.mgp" % "SudMGP" % "1.3.2.1154"

Advertisement