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