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