MVN

io.mosip.pmp : pmp-partner-management-service

Maven & Gradle

Feb 11, 2021
2 stars

pmp-partner-management-service

<dependency>
    <groupId>io.mosip.pmp</groupId>
    <artifactId>pmp-partner-management-service</artifactId>
    <version>1.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.mosip.pmp : pmp-partner-management-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4
  • Latest Release Candidate: 1.1.4-rc1

All Versions

Choose a version of io.mosip.pmp : pmp-partner-management-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
pmp-partner-management-service-1.1.4
pmp-partner-management-service-1.1.4-rc1
pmp-partner-management-service-1.1.3
pmp-partner-management-service-1.1.3-rc1
pmp-partner-management-service-1.1.2
pmp-partner-management-service-1.1.2-rc2
1.0.x
pmp-partner-management-service-1.0.0
pmp-partner-management-service-1.0.0-rc1

How to add a dependency to Maven

Add the following io.mosip.pmp : pmp-partner-management-service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.mosip.pmp</groupId>
    <artifactId>pmp-partner-management-service</artifactId>
    <version>1.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.mosip.pmp : pmp-partner-management-service gradle dependency to your build.gradle file:

implementation 'io.mosip.pmp:pmp-partner-management-service:1.1.4'

Gradle Kotlin DSL: Add the following io.mosip.pmp : pmp-partner-management-service gradle kotlin dependency to your build.gradle.kts file:

implementation("io.mosip.pmp:pmp-partner-management-service:1.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.mosip.pmp : pmp-partner-management-service sbt scala dependency to your build.sbt file:

libraryDependencies += "io.mosip.pmp" % "pmp-partner-management-service" % "1.1.4"

Advertisement