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