| License |
License |
|---|---|
| GroupId | GroupIdorg.ligoj.parent |
| ArtifactId | ArtifactIdproject |
| Last Version | Last Version17.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionParent - Project
Parent defining top level global configuration of forge.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| project-17.0.0.pom | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ligoj.parent/project/ -->
<dependency>
<groupId>org.ligoj.parent</groupId>
<artifactId>project</artifactId>
<version>17.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ligoj.parent/project/
implementation 'org.ligoj.parent:project:17.0.0'
// https://jarcasting.com/artifacts/org.ligoj.parent/project/
implementation ("org.ligoj.parent:project:17.0.0")
'org.ligoj.parent:project:pom:17.0.0'
<dependency org="org.ligoj.parent" name="project" rev="17.0.0">
<artifact name="project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ligoj.parent', module='project', version='17.0.0')
)
libraryDependencies += "org.ligoj.parent" % "project" % "17.0.0"
[org.ligoj.parent/project "17.0.0"]