GroupId | GroupIdorg.ligoj.parent |
---|---|
ArtifactId | ArtifactIdroot |
Version | Version16.0.0 |
Type | Typepom |
Description |
DescriptionParent - Root
Agregates forge projects
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
root-16.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ligoj.parent/root/ -->
<dependency>
<groupId>org.ligoj.parent</groupId>
<artifactId>root</artifactId>
<version>16.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ligoj.parent/root/
implementation 'org.ligoj.parent:root:16.0.0'
// https://jarcasting.com/artifacts/org.ligoj.parent/root/
implementation ("org.ligoj.parent:root:16.0.0")
'org.ligoj.parent:root:pom:16.0.0'
<dependency org="org.ligoj.parent" name="root" rev="16.0.0">
<artifact name="root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ligoj.parent', module='root', version='16.0.0')
)
libraryDependencies += "org.ligoj.parent" % "root" % "16.0.0"
[org.ligoj.parent/root "16.0.0"]