Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdio.mosip.authentication |
ArtifactId | ArtifactIdauthentication-keys-generator |
Version | Version1.0.9-rc1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.mosip.authentication/authentication-keys-generator/ -->
<dependency>
<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-keys-generator</artifactId>
<version>1.0.9-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/io.mosip.authentication/authentication-keys-generator/
implementation 'io.mosip.authentication:authentication-keys-generator:1.0.9-rc1'
// https://jarcasting.com/artifacts/io.mosip.authentication/authentication-keys-generator/
implementation ("io.mosip.authentication:authentication-keys-generator:1.0.9-rc1")
'io.mosip.authentication:authentication-keys-generator:jar:1.0.9-rc1'
<dependency org="io.mosip.authentication" name="authentication-keys-generator" rev="1.0.9-rc1">
<artifact name="authentication-keys-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mosip.authentication', module='authentication-keys-generator', version='1.0.9-rc1')
)
libraryDependencies += "io.mosip.authentication" % "authentication-keys-generator" % "1.0.9-rc1"
[io.mosip.authentication/authentication-keys-generator "1.0.9-rc1"]