GroupId | GroupIdio.mosip.kernel |
---|---|
ArtifactId | ArtifactIdkernel-ridgenerator-service |
Version | Version1.1.3-rc2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.mosip.kernel/kernel-ridgenerator-service/ -->
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-ridgenerator-service</artifactId>
<version>1.1.3-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/io.mosip.kernel/kernel-ridgenerator-service/
implementation 'io.mosip.kernel:kernel-ridgenerator-service:1.1.3-rc2'
// https://jarcasting.com/artifacts/io.mosip.kernel/kernel-ridgenerator-service/
implementation ("io.mosip.kernel:kernel-ridgenerator-service:1.1.3-rc2")
'io.mosip.kernel:kernel-ridgenerator-service:jar:1.1.3-rc2'
<dependency org="io.mosip.kernel" name="kernel-ridgenerator-service" rev="1.1.3-rc2">
<artifact name="kernel-ridgenerator-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mosip.kernel', module='kernel-ridgenerator-service', version='1.1.3-rc2')
)
libraryDependencies += "io.mosip.kernel" % "kernel-ridgenerator-service" % "1.1.3-rc2"
[io.mosip.kernel/kernel-ridgenerator-service "1.1.3-rc2"]