GroupId | GroupIdorg.ligoj.parent |
---|---|
ArtifactId | ArtifactIdroot |
Version | Version11.0.6 |
Type | Typepom |
Filename | Size |
---|---|
root-11.0.6.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ligoj.parent/root/ -->
<dependency>
<groupId>org.ligoj.parent</groupId>
<artifactId>root</artifactId>
<version>11.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ligoj.parent/root/
implementation 'org.ligoj.parent:root:11.0.6'
// https://jarcasting.com/artifacts/org.ligoj.parent/root/
implementation ("org.ligoj.parent:root:11.0.6")
'org.ligoj.parent:root:pom:11.0.6'
<dependency org="org.ligoj.parent" name="root" rev="11.0.6">
<artifact name="root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ligoj.parent', module='root', version='11.0.6')
)
libraryDependencies += "org.ligoj.parent" % "root" % "11.0.6"
[org.ligoj.parent/root "11.0.6"]