MVN

org.webjars.bowergithub.components : handlebars.js

Maven & Gradle

Oct 07, 2022
47 stars

handlebars · WebJar for handlebars

<dependency>
    <groupId>org.webjars.bowergithub.components</groupId>
    <artifactId>handlebars.js</artifactId>
    <version>4.7.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bowergithub.components : handlebars.js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.7.7

All Versions

Choose a version of org.webjars.bowergithub.components : handlebars.js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.7.x
handlebars.js-4.7.7
handlebars.js-4.7.2
4.5.x
handlebars.js-4.5.3
4.4.x
handlebars.js-4.4.5
handlebars.js-4.4.0
4.1.x
handlebars.js-4.1.2
4.0.x
handlebars.js-4.0.12
handlebars.js-4.0.11

How to add a dependency to Maven

Add the following org.webjars.bowergithub.components : handlebars.js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.bowergithub.components</groupId>
    <artifactId>handlebars.js</artifactId>
    <version>4.7.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bowergithub.components : handlebars.js gradle dependency to your build.gradle file:

implementation 'org.webjars.bowergithub.components:handlebars.js:4.7.7'

Gradle Kotlin DSL: Add the following org.webjars.bowergithub.components : handlebars.js gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bowergithub.components:handlebars.js:4.7.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bowergithub.components : handlebars.js sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bowergithub.components" % "handlebars.js" % "4.7.7"