Files download
File Operation
thundr-handlebars-0.9.10.jar download
thundr-handlebars-0.9.10.pom download
thundr-handlebars-0.9.10-sources.jar download
Apache Maven
<dependency>
  <groupId>com.threewks.thundr</groupId>
  <artifactId>thundr-handlebars</artifactId>
  <version>0.9.10</version>
</dependency>
Gradle Groovy
implementation 'com.threewks.thundr:thundr-handlebars:0.9.10'
Gradle Kotlin
implementation("com.threewks.thundr:thundr-handlebars:0.9.10")
Scala SBT
libraryDependencies += "com.threewks.thundr" % "thundr-handlebars" % "0.9.10"
Groovy Grape
@Grapes(
  @Grab(group='com.threewks.thundr', module='thundr-handlebars', version='0.9.10')
)
Apache Ivy
<dependency org="com.threewks.thundr" name="thundr-handlebars" rev="0.9.10" />
Leiningen
[com.threewks.thundr/thundr-handlebars "0.9.10"]
Apache Buildr
'com.threewks.thundr:thundr-handlebars:jar:0.9.10'