License |
License |
---|---|
GroupId | GroupIdorg.entando |
ArtifactId | ArtifactIdentando-bundle-bom |
Version | Version6.3.2 |
Type | Typepom |
Description |
DescriptionEntando JHipster server-side dependencies
Entando bundle bill of materials
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
entando-bundle-bom-6.3.2.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.entando/entando-bundle-bom/ -->
<dependency>
<groupId>org.entando</groupId>
<artifactId>entando-bundle-bom</artifactId>
<version>6.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.entando/entando-bundle-bom/
implementation 'org.entando:entando-bundle-bom:6.3.2'
// https://jarcasting.com/artifacts/org.entando/entando-bundle-bom/
implementation ("org.entando:entando-bundle-bom:6.3.2")
'org.entando:entando-bundle-bom:pom:6.3.2'
<dependency org="org.entando" name="entando-bundle-bom" rev="6.3.2">
<artifact name="entando-bundle-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.entando', module='entando-bundle-bom', version='6.3.2')
)
libraryDependencies += "org.entando" % "entando-bundle-bom" % "6.3.2"
[org.entando/entando-bundle-bom "6.3.2"]