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