h

handlebars-maven-plugin

Compile Handlebars templates to JavaScript
Files download
File Operation
handlebars-maven-plugin-4.4.0.jar download
handlebars-maven-plugin-4.4.0.pom download
handlebars-maven-plugin-4.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.jknack</groupId>
  <artifactId>handlebars-maven-plugin</artifactId>
  <version>4.4.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.jknack:handlebars-maven-plugin:4.4.0'
Gradle Kotlin
implementation("com.github.jknack:handlebars-maven-plugin:4.4.0")
Scala SBT
libraryDependencies += "com.github.jknack" % "handlebars-maven-plugin" % "4.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jknack', module='handlebars-maven-plugin', version='4.4.0')
)
Apache Ivy
<dependency org="com.github.jknack" name="handlebars-maven-plugin" rev="4.4.0" />
Leiningen
[com.github.jknack/handlebars-maven-plugin "4.4.0"]
Apache Buildr
'com.github.jknack:handlebars-maven-plugin:jar:4.4.0'