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