e

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
http://www.entando.com/
William Ghelfi
文件下载
文件名 操作
entando-misc-html5-essentials-6.1.1.pom 下载
entando-misc-html5-essentials-6.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.entando.entando.bundles.misc</groupId>
  <artifactId>entando-misc-html5-essentials</artifactId>
  <version>6.1.1</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.entando.entando.bundles.misc:entando-misc-html5-essentials:6.1.1'
Gradle Kotlin
implementation("org.entando.entando.bundles.misc:entando-misc-html5-essentials:6.1.1")
Scala SBT
libraryDependencies += "org.entando.entando.bundles.misc" % "entando-misc-html5-essentials" % "6.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.entando.entando.bundles.misc', module='entando-misc-html5-essentials', version='6.1.1')
)
Apache Ivy
<dependency org="org.entando.entando.bundles.misc" name="entando-misc-html5-essentials" rev="6.1.1" />
Leiningen
[org.entando.entando.bundles.misc/entando-misc-html5-essentials "6.1.1"]
Apache Buildr
'org.entando.entando.bundles.misc:entando-misc-html5-essentials:jar:6.1.1'