Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdio.mosip.resident |
ArtifactId | ArtifactIdresident-parent |
Version | Version1.1.5.3 |
Type | Typepom |
Filename | Size |
---|---|
resident-parent-1.1.5.3.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.mosip.resident/resident-parent/ -->
<dependency>
<groupId>io.mosip.resident</groupId>
<artifactId>resident-parent</artifactId>
<version>1.1.5.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.mosip.resident/resident-parent/
implementation 'io.mosip.resident:resident-parent:1.1.5.3'
// https://jarcasting.com/artifacts/io.mosip.resident/resident-parent/
implementation ("io.mosip.resident:resident-parent:1.1.5.3")
'io.mosip.resident:resident-parent:pom:1.1.5.3'
<dependency org="io.mosip.resident" name="resident-parent" rev="1.1.5.3">
<artifact name="resident-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.mosip.resident', module='resident-parent', version='1.1.5.3')
)
libraryDependencies += "io.mosip.resident" % "resident-parent" % "1.1.5.3"
[io.mosip.resident/resident-parent "1.1.5.3"]