License |
License |
---|---|
GroupId | GroupIdcom.threewks.thundr |
ArtifactId | ArtifactIdthundr-contrib-velocity |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThundr Contrib Velocity
A thundr module for rendering views using Apache Velocity
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.threewks.thundr/thundr-contrib-velocity/ -->
<dependency>
<groupId>com.threewks.thundr</groupId>
<artifactId>thundr-contrib-velocity</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-contrib-velocity/
implementation 'com.threewks.thundr:thundr-contrib-velocity:2.0.0'
// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-contrib-velocity/
implementation ("com.threewks.thundr:thundr-contrib-velocity:2.0.0")
'com.threewks.thundr:thundr-contrib-velocity:jar:2.0.0'
<dependency org="com.threewks.thundr" name="thundr-contrib-velocity" rev="2.0.0">
<artifact name="thundr-contrib-velocity" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threewks.thundr', module='thundr-contrib-velocity', version='2.0.0')
)
libraryDependencies += "com.threewks.thundr" % "thundr-contrib-velocity" % "2.0.0"
[com.threewks.thundr/thundr-contrib-velocity "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.velocity : velocity | jar | 1.7 |
com.threewks.thundr : thundr | jar | 2.0.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.mockito : mockito-all | jar | 1.9.5 |