Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdio.mosip.kernel |
ArtifactId | ArtifactIdkernel-keygenerator-bouncycastle |
Version | Version1.1.2 |
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.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.mosip.kernel/kernel-keygenerator-bouncycastle/
implementation 'io.mosip.kernel:kernel-keygenerator-bouncycastle:1.1.2'
// https://jarcasting.com/artifacts/io.mosip.kernel/kernel-keygenerator-bouncycastle/
implementation ("io.mosip.kernel:kernel-keygenerator-bouncycastle:1.1.2")
'io.mosip.kernel:kernel-keygenerator-bouncycastle:jar:1.1.2'
<dependency org="io.mosip.kernel" name="kernel-keygenerator-bouncycastle" rev="1.1.2">
<artifact name="kernel-keygenerator-bouncycastle" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mosip.kernel', module='kernel-keygenerator-bouncycastle', version='1.1.2')
)
libraryDependencies += "io.mosip.kernel" % "kernel-keygenerator-bouncycastle" % "1.1.2"
[io.mosip.kernel/kernel-keygenerator-bouncycastle "1.1.2"]