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