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