MVN

org.entando.entando.bundles.misc : entando-misc-html5-essentials

Maven & Gradle

Apr 26, 2021
1 usages
29 stars

Entando Bundle: entando-misc-html5-essentials · A collection of essential assets for any "HTML5" project. Includes: - Modernizr 2.5.3 full with Respond.js, HTML5 Shim, and MQ Polyfill - HTML5 Doctor's HTML5 Reset CSS file v1.6.2 - HTML5 Shim classic standalone

<dependency>
    <groupId>org.entando.entando.bundles.misc</groupId>
    <artifactId>entando-misc-html5-essentials</artifactId>
    <version>5.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.entando.entando.bundles.misc : entando-misc-html5-essentials to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.3.2

All Versions

Choose a version of org.entando.entando.bundles.misc : entando-misc-html5-essentials to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.1.x
entando-misc-html5-essentials-6.1.1
entando-misc-html5-essentials-6.1.0
5.3.x
entando-misc-html5-essentials-5.3.2
entando-misc-html5-essentials-5.3.1
5.2.x
entando-misc-html5-essentials-5.2.0
5.1.x
entando-misc-html5-essentials-5.1.0
5.0.x
entando-misc-html5-essentials-5.0.3
entando-misc-html5-essentials-5.0.2
entando-misc-html5-essentials-5.0.1
entando-misc-html5-essentials-5.0.0
4.3.x
entando-misc-html5-essentials-4.3.2
entando-misc-html5-essentials-4.3.1
4.2.x
entando-misc-html5-essentials-4.2.0
entando-misc-html5-essentials-4.2.0-TP1
4.0.x
entando-misc-html5-essentials-4.0.0
3.2.x
entando-misc-html5-essentials-3.2.0

How to add a dependency to Maven

Add the following org.entando.entando.bundles.misc : entando-misc-html5-essentials maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.entando.entando.bundles.misc</groupId>
    <artifactId>entando-misc-html5-essentials</artifactId>
    <version>5.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.entando.entando.bundles.misc : entando-misc-html5-essentials gradle dependency to your build.gradle file:

implementation 'org.entando.entando.bundles.misc:entando-misc-html5-essentials:5.3.2'

Gradle Kotlin DSL: Add the following org.entando.entando.bundles.misc : entando-misc-html5-essentials gradle kotlin dependency to your build.gradle.kts file:

implementation("org.entando.entando.bundles.misc:entando-misc-html5-essentials:5.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.entando.entando.bundles.misc : entando-misc-html5-essentials sbt scala dependency to your build.sbt file:

libraryDependencies += "org.entando.entando.bundles.misc" % "entando-misc-html5-essentials" % "5.3.2"

Advertisement