| GroupId | GroupIdio.mosip.pms |
|---|---|
| ArtifactId | ArtifactIdpms-parent |
| Version | Version1.2.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| pms-parent-1.2.0.pom | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.mosip.pms/pms-parent/ -->
<dependency>
<groupId>io.mosip.pms</groupId>
<artifactId>pms-parent</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.mosip.pms/pms-parent/
implementation 'io.mosip.pms:pms-parent:1.2.0'
// https://jarcasting.com/artifacts/io.mosip.pms/pms-parent/
implementation ("io.mosip.pms:pms-parent:1.2.0")
'io.mosip.pms:pms-parent:pom:1.2.0'
<dependency org="io.mosip.pms" name="pms-parent" rev="1.2.0">
<artifact name="pms-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.mosip.pms', module='pms-parent', version='1.2.0')
)
libraryDependencies += "io.mosip.pms" % "pms-parent" % "1.2.0"
[io.mosip.pms/pms-parent "1.2.0"]