License |
License |
---|---|
GroupId | GroupIdcom.google.code.struts2webflow |
ArtifactId | ArtifactIdstruts2webflow-plugin |
Version | Version1.0.4 |
Type | Typejar |
Description |
DescriptionStruts Spring Webflow Plugin
A Spring Webflow Plugin for Struts 2
|
Project URL |
Project URL |
Filename | Size |
---|---|
struts2webflow-plugin-1.0.4.pom | |
struts2webflow-plugin-1.0.4.jar | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.struts2webflow/struts2webflow-plugin/ -->
<dependency>
<groupId>com.google.code.struts2webflow</groupId>
<artifactId>struts2webflow-plugin</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.struts2webflow/struts2webflow-plugin/
implementation 'com.google.code.struts2webflow:struts2webflow-plugin:1.0.4'
// https://jarcasting.com/artifacts/com.google.code.struts2webflow/struts2webflow-plugin/
implementation ("com.google.code.struts2webflow:struts2webflow-plugin:1.0.4")
'com.google.code.struts2webflow:struts2webflow-plugin:jar:1.0.4'
<dependency org="com.google.code.struts2webflow" name="struts2webflow-plugin" rev="1.0.4">
<artifact name="struts2webflow-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.struts2webflow', module='struts2webflow-plugin', version='1.0.4')
)
libraryDependencies += "com.google.code.struts2webflow" % "struts2webflow-plugin" % "1.0.4"
[com.google.code.struts2webflow/struts2webflow-plugin "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.struts : struts2-core | jar | 2.0.6 |
org.apache.struts : struts2-spring-plugin | jar | 2.0.6 |
org.springframework : spring-webflow | jar | 1.0.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.4 |