MVN

io.mosip.resident : resident-service

Maven & Gradle

Apr 14, 2023
3 stars

resident-service

<dependency>
    <groupId>io.mosip.resident</groupId>
    <artifactId>resident-service</artifactId>
    <version>1.2.0.1-B2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2.0.1-B2
  • Latest Release Candidate: 1.2.0-rc1

All Versions

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

Version Vulnerabilities Updated
1.2.x
resident-service-1.2.0.1-B2
resident-service-1.2.0.1-B1
resident-service-1.2.0
resident-service-1.2.0-prerel
resident-service-1.2.0-rc1
1.1.x
resident-service-1.1.5.4
resident-service-1.1.5.3
resident-service-1.1.5.1
resident-service-1.1.5
resident-service-1.1.5-rc1
resident-service-1.1.4
resident-service-1.1.4-rc1
resident-service-1.1.3
resident-service-1.1.3-rc1
resident-service-1.1.2
resident-service-1.1.2-rc2
1.0.x
resident-service-1.0.10
resident-service-1.0.10-rc1
resident-service-1.0.7
resident-service-1.0.6
resident-service-1.0.5

How to add a dependency to Maven

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

<dependency>
    <groupId>io.mosip.resident</groupId>
    <artifactId>resident-service</artifactId>
    <version>1.2.0.1-B2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.mosip.resident:resident-service:1.2.0.1-B2'

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

implementation("io.mosip.resident:resident-service:1.2.0.1-B2")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.mosip.resident" % "resident-service" % "1.2.0.1-B2"