GroupId | GroupIdio.mosip.authentication |
---|---|
ArtifactId | ArtifactIdauthentication-otp-service |
Version | Version1.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.mosip.authentication/authentication-otp-service/ -->
<dependency>
<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-otp-service</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.mosip.authentication/authentication-otp-service/
implementation 'io.mosip.authentication:authentication-otp-service:1.0.6'
// https://jarcasting.com/artifacts/io.mosip.authentication/authentication-otp-service/
implementation ("io.mosip.authentication:authentication-otp-service:1.0.6")
'io.mosip.authentication:authentication-otp-service:jar:1.0.6'
<dependency org="io.mosip.authentication" name="authentication-otp-service" rev="1.0.6">
<artifact name="authentication-otp-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mosip.authentication', module='authentication-otp-service', version='1.0.6')
)
libraryDependencies += "io.mosip.authentication" % "authentication-otp-service" % "1.0.6"
[io.mosip.authentication/authentication-otp-service "1.0.6"]