GroupId | GroupIdio.mosip.authentication |
---|---|
ArtifactId | ArtifactIdauthentication-common |
Version | Version1.1.5 |
Type | Typejar |
Filename | Size |
---|---|
authentication-common-1.1.5.pom | |
authentication-common-1.1.5.jar | 422 KB |
authentication-common-1.1.5-sources.jar | 205 KB |
authentication-common-1.1.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.mosip.authentication/authentication-common/
implementation 'io.mosip.authentication:authentication-common:1.1.5'
// https://jarcasting.com/artifacts/io.mosip.authentication/authentication-common/
implementation ("io.mosip.authentication:authentication-common:1.1.5")
'io.mosip.authentication:authentication-common:jar:1.1.5'
<dependency org="io.mosip.authentication" name="authentication-common" rev="1.1.5">
<artifact name="authentication-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mosip.authentication', module='authentication-common', version='1.1.5')
)
libraryDependencies += "io.mosip.authentication" % "authentication-common" % "1.1.5"
[io.mosip.authentication/authentication-common "1.1.5"]