is not current version
Last Version 9.10.0

org.apache.wicket:wicket-velocity 1.5.10

Provides a specialized panel and some related utilities that enables users to work with Velocity and Wicket. Particularly useful for simple CMS like applications

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.apache.wicket
ArtifactId

ArtifactId

wicket-velocity
Version

Version

1.5.10
Type

Type

jar

Download wicket-velocity 1.5.10


<!-- https://jarcasting.com/artifacts/org.apache.wicket/wicket-velocity/ -->
<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket-velocity</artifactId>
    <version>1.5.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.wicket/wicket-velocity/
implementation 'org.apache.wicket:wicket-velocity:1.5.10'
// https://jarcasting.com/artifacts/org.apache.wicket/wicket-velocity/
implementation ("org.apache.wicket:wicket-velocity:1.5.10")
'org.apache.wicket:wicket-velocity:jar:1.5.10'
<dependency org="org.apache.wicket" name="wicket-velocity" rev="1.5.10">
  <artifact name="wicket-velocity" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.wicket', module='wicket-velocity', version='1.5.10')
)
libraryDependencies += "org.apache.wicket" % "wicket-velocity" % "1.5.10"
[org.apache.wicket/wicket-velocity "1.5.10"]