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