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