GroupId | GroupIdio.mosip.authentication |
---|---|
ArtifactId | ArtifactIdauthentication-common |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
authentication-common-1.0.7.pom | |
authentication-common-1.0.7.jar | 339 KB |
authentication-common-1.0.7-sources.jar | 162 KB |
authentication-common-1.0.7-javadoc.jar | 652 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.mosip.authentication/authentication-common/ -->
<dependency>
<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-common</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.mosip.authentication/authentication-common/
implementation 'io.mosip.authentication:authentication-common:1.0.7'
// https://jarcasting.com/artifacts/io.mosip.authentication/authentication-common/
implementation ("io.mosip.authentication:authentication-common:1.0.7")
'io.mosip.authentication:authentication-common:jar:1.0.7'
<dependency org="io.mosip.authentication" name="authentication-common" rev="1.0.7">
<artifact name="authentication-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mosip.authentication', module='authentication-common', version='1.0.7')
)
libraryDependencies += "io.mosip.authentication" % "authentication-common" % "1.0.7"
[io.mosip.authentication/authentication-common "1.0.7"]