License |
License |
---|---|
GroupId | GroupIdca.qc.ircm |
ArtifactId | ArtifactIdparent |
Last Version | Last Version10 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionparent
Parent POM for IRCM's projects.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
parent-10.pom | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ca.qc.ircm/parent/ -->
<dependency>
<groupId>ca.qc.ircm</groupId>
<artifactId>parent</artifactId>
<version>10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ca.qc.ircm/parent/
implementation 'ca.qc.ircm:parent:10'
// https://jarcasting.com/artifacts/ca.qc.ircm/parent/
implementation ("ca.qc.ircm:parent:10")
'ca.qc.ircm:parent:pom:10'
<dependency org="ca.qc.ircm" name="parent" rev="10">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='ca.qc.ircm', module='parent', version='10')
)
libraryDependencies += "ca.qc.ircm" % "parent" % "10"
[ca.qc.ircm/parent "10"]