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