License |
License |
---|---|
GroupId | GroupIdcom.google.code.struts2webflow |
ArtifactId | ArtifactIdstruts2webflow-parent |
Version | Version1.0.4 |
Type | Typepom |
Description |
DescriptionStruts2 Spring Webflow Plugin Parent
A Spring Webflow Plugin for Struts 2
|
Project URL |
Project URL |
Filename | Size |
---|---|
struts2webflow-parent-1.0.4.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.struts2webflow/struts2webflow-parent/ -->
<dependency>
<groupId>com.google.code.struts2webflow</groupId>
<artifactId>struts2webflow-parent</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.struts2webflow/struts2webflow-parent/
implementation 'com.google.code.struts2webflow:struts2webflow-parent:1.0.4'
// https://jarcasting.com/artifacts/com.google.code.struts2webflow/struts2webflow-parent/
implementation ("com.google.code.struts2webflow:struts2webflow-parent:1.0.4")
'com.google.code.struts2webflow:struts2webflow-parent:pom:1.0.4'
<dependency org="com.google.code.struts2webflow" name="struts2webflow-parent" rev="1.0.4">
<artifact name="struts2webflow-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.code.struts2webflow', module='struts2webflow-parent', version='1.0.4')
)
libraryDependencies += "com.google.code.struts2webflow" % "struts2webflow-parent" % "1.0.4"
[com.google.code.struts2webflow/struts2webflow-parent "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 |