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