License |
License |
---|---|
GroupId | GroupIdcom.threewks.thundr |
ArtifactId | ArtifactIdthundr-velocity |
Last Version | Last Version1.0.0-alpha |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThundr Velocity
A thundr module for rendering views using apache velocity
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.threewks.thundr/thundr-velocity/ -->
<dependency>
<groupId>com.threewks.thundr</groupId>
<artifactId>thundr-velocity</artifactId>
<version>1.0.0-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-velocity/
implementation 'com.threewks.thundr:thundr-velocity:1.0.0-alpha'
// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-velocity/
implementation ("com.threewks.thundr:thundr-velocity:1.0.0-alpha")
'com.threewks.thundr:thundr-velocity:jar:1.0.0-alpha'
<dependency org="com.threewks.thundr" name="thundr-velocity" rev="1.0.0-alpha">
<artifact name="thundr-velocity" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threewks.thundr', module='thundr-velocity', version='1.0.0-alpha')
)
libraryDependencies += "com.threewks.thundr" % "thundr-velocity" % "1.0.0-alpha"
[com.threewks.thundr/thundr-velocity "1.0.0-alpha"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.velocity : velocity | jar | 1.7 |
Group / Artifact | Type | Version |
---|---|---|
com.threewks.thundr : thundr | jar | 1.0.0 |
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 |