t

thundr-contrib-velocity

A thundr module for rendering views using Apache Velocity
http://3wks.github.com/thundr/
The Apache Software License, Version 2.0
3wks
Nicholas Okunew
Files download
File Operation
thundr-contrib-velocity-2.0.0.jar download
thundr-contrib-velocity-2.0.0.pom download
thundr-contrib-velocity-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.threewks.thundr</groupId>
  <artifactId>thundr-contrib-velocity</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.threewks.thundr:thundr-contrib-velocity:2.0.0'
Gradle Kotlin
implementation("com.threewks.thundr:thundr-contrib-velocity:2.0.0")
Scala SBT
libraryDependencies += "com.threewks.thundr" % "thundr-contrib-velocity" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.threewks.thundr', module='thundr-contrib-velocity', version='2.0.0')
)
Apache Ivy
<dependency org="com.threewks.thundr" name="thundr-contrib-velocity" rev="2.0.0" />
Leiningen
[com.threewks.thundr/thundr-contrib-velocity "2.0.0"]
Apache Buildr
'com.threewks.thundr:thundr-contrib-velocity:jar:2.0.0'