GroupId | GroupIdorg.entando.entando.bundles.pages |
---|---|
ArtifactId | ArtifactIdentando-page-bootstrap-hero |
Version | Version5.3.1 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.entando.entando.bundles.pages/entando-page-bootstrap-hero/ -->
<dependency>
<groupId>org.entando.entando.bundles.pages</groupId>
<artifactId>entando-page-bootstrap-hero</artifactId>
<version>5.3.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.entando.entando.bundles.pages/entando-page-bootstrap-hero/
implementation 'org.entando.entando.bundles.pages:entando-page-bootstrap-hero:5.3.1'
// https://jarcasting.com/artifacts/org.entando.entando.bundles.pages/entando-page-bootstrap-hero/
implementation ("org.entando.entando.bundles.pages:entando-page-bootstrap-hero:5.3.1")
'org.entando.entando.bundles.pages:entando-page-bootstrap-hero:war:5.3.1'
<dependency org="org.entando.entando.bundles.pages" name="entando-page-bootstrap-hero" rev="5.3.1">
<artifact name="entando-page-bootstrap-hero" type="war" />
</dependency>
@Grapes(
@Grab(group='org.entando.entando.bundles.pages', module='entando-page-bootstrap-hero', version='5.3.1')
)
libraryDependencies += "org.entando.entando.bundles.pages" % "entando-page-bootstrap-hero" % "5.3.1"
[org.entando.entando.bundles.pages/entando-page-bootstrap-hero "5.3.1"]