License |
License |
---|---|
GroupId | GroupIdorg.entando |
ArtifactId | ArtifactIdentando-core-parent |
Version | Version6.2.14 |
Type | Typepom |
Description |
DescriptionEntando Core Maven Parent POM
Entando Core Maven Parent POM
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
entando-core-parent-6.2.14.pom | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.entando/entando-core-parent/ -->
<dependency>
<groupId>org.entando</groupId>
<artifactId>entando-core-parent</artifactId>
<version>6.2.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.entando/entando-core-parent/
implementation 'org.entando:entando-core-parent:6.2.14'
// https://jarcasting.com/artifacts/org.entando/entando-core-parent/
implementation ("org.entando:entando-core-parent:6.2.14")
'org.entando:entando-core-parent:pom:6.2.14'
<dependency org="org.entando" name="entando-core-parent" rev="6.2.14">
<artifact name="entando-core-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.entando', module='entando-core-parent', version='6.2.14')
)
libraryDependencies += "org.entando" % "entando-core-parent" % "6.2.14"
[org.entando/entando-core-parent "6.2.14"]