Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdio.mosip.resident |
ArtifactId | ArtifactIdresident-service |
Version | Version1.0.10 |
Type | Typejar |
Filename | Size |
---|---|
resident-service-1.0.10.pom | |
resident-service-1.0.10.jar | 61 MB |
resident-service-1.0.10-sources.jar | 72 KB |
resident-service-1.0.10-javadoc.jar | 545 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.mosip.resident/resident-service/ -->
<dependency>
<groupId>io.mosip.resident</groupId>
<artifactId>resident-service</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.mosip.resident/resident-service/
implementation 'io.mosip.resident:resident-service:1.0.10'
// https://jarcasting.com/artifacts/io.mosip.resident/resident-service/
implementation ("io.mosip.resident:resident-service:1.0.10")
'io.mosip.resident:resident-service:jar:1.0.10'
<dependency org="io.mosip.resident" name="resident-service" rev="1.0.10">
<artifact name="resident-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mosip.resident', module='resident-service', version='1.0.10')
)
libraryDependencies += "io.mosip.resident" % "resident-service" % "1.0.10"
[io.mosip.resident/resident-service "1.0.10"]