License |
License |
---|---|
GroupId | GroupIdorg.apache.struts |
ArtifactId | ArtifactIdstruts2-velocity-plugin |
Last Version | Last Version6.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStruts 2 Velocity Plugin
Apache Struts 2
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.struts/struts2-velocity-plugin/ -->
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-velocity-plugin</artifactId>
<version>6.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts2-velocity-plugin/
implementation 'org.apache.struts:struts2-velocity-plugin:6.0.0'
// https://jarcasting.com/artifacts/org.apache.struts/struts2-velocity-plugin/
implementation ("org.apache.struts:struts2-velocity-plugin:6.0.0")
'org.apache.struts:struts2-velocity-plugin:jar:6.0.0'
<dependency org="org.apache.struts" name="struts2-velocity-plugin" rev="6.0.0">
<artifact name="struts2-velocity-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts2-velocity-plugin', version='6.0.0')
)
libraryDependencies += "org.apache.struts" % "struts2-velocity-plugin" % "6.0.0"
[org.apache.struts/struts2-velocity-plugin "6.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.velocity : velocity-engine-core | jar | 2.3 |
org.apache.velocity.tools : velocity-tools-view | jar | 3.1 |
org.apache.velocity.tools : velocity-tools-view-jsp | jar | 3.1 |
org.apache.struts : struts2-core | jar | 6.0.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
javax.servlet.jsp : jsp-api | jar | 2.1 |
Group / Artifact | Type | Version |
---|---|---|
mockobjects : mockobjects-core | jar | 0.09 |
junit : junit | jar | 4.13.1 |