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
文件下载
文件名 操作
thundr-contrib-velocity-2.0.0.jar 下载
thundr-contrib-velocity-2.0.0.pom 下载
thundr-contrib-velocity-2.0.0-sources.jar 下载
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'