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