MVN

com.threewks.thundr : thundr-handlebars

Maven & Gradle

Sep 10, 2018
1 usages

Thundr Handlebars · A thundr module for rendering views using Handlebars

<dependency>
    <groupId>com.threewks.thundr</groupId>
    <artifactId>thundr-handlebars</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.threewks.thundr : thundr-handlebars to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0
  • Latest Release Candidate: 3.0.0-rc3
  • Latest Beta: 3.0.0-beta-2

All Versions

Choose a version of com.threewks.thundr : thundr-handlebars to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
thundr-handlebars-3.1.0
3.0.x
thundr-handlebars-3.0.0
thundr-handlebars-3.0.0-rc3
thundr-handlebars-3.0.0-beta-2
thundr-handlebars-3.0.0-beta-1
2.0.x
thundr-handlebars-2.0.0
thundr-handlebars-2.0.0-rc3
thundr-handlebars-2.0.0-rc2
thundr-handlebars-2.0.0-rc1
1.1.x
thundr-handlebars-1.1.0
1.0.x
thundr-handlebars-1.0.0
1.0
thundr-handlebars-1.0-rc3
thundr-handlebars-1.0-rc2
thundr-handlebars-1.0-rc1
0.9.x
thundr-handlebars-0.9.11
thundr-handlebars-0.9.10
thundr-handlebars-0.9.9
thundr-handlebars-0.9.8
thundr-handlebars-0.9.7

How to add a dependency to Maven

Add the following com.threewks.thundr : thundr-handlebars maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.threewks.thundr</groupId>
    <artifactId>thundr-handlebars</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.threewks.thundr : thundr-handlebars gradle dependency to your build.gradle file:

implementation 'com.threewks.thundr:thundr-handlebars:3.1.0'

Gradle Kotlin DSL: Add the following com.threewks.thundr : thundr-handlebars gradle kotlin dependency to your build.gradle.kts file:

implementation("com.threewks.thundr:thundr-handlebars:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.threewks.thundr : thundr-handlebars sbt scala dependency to your build.sbt file:

libraryDependencies += "com.threewks.thundr" % "thundr-handlebars" % "3.1.0"