GroupId | GroupIdorg.entando.entando.bundles.misc |
---|---|
ArtifactId | ArtifactIdentando-misc-html5-essentials |
Version | Version6.1.0 |
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>6.1.0</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:6.1.0'
// https://jarcasting.com/artifacts/org.entando.entando.bundles.misc/entando-misc-html5-essentials/
implementation ("org.entando.entando.bundles.misc:entando-misc-html5-essentials:6.1.0")
'org.entando.entando.bundles.misc:entando-misc-html5-essentials:war:6.1.0'
<dependency org="org.entando.entando.bundles.misc" name="entando-misc-html5-essentials" rev="6.1.0">
<artifact name="entando-misc-html5-essentials" type="war" />
</dependency>
@Grapes(
@Grab(group='org.entando.entando.bundles.misc', module='entando-misc-html5-essentials', version='6.1.0')
)
libraryDependencies += "org.entando.entando.bundles.misc" % "entando-misc-html5-essentials" % "6.1.0"
[org.entando.entando.bundles.misc/entando-misc-html5-essentials "6.1.0"]