| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdcom.yasudanetwork.struts2 |
| ArtifactId | ArtifactIdflush-scope-plugin |
| Last Version | Last Version0.1.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionStruts 2 Flush Scope Plugin
The Flush Scope Plugin provides a "flush scope" into your struts2 web applications.
|
| Project Organization |
Project OrganizationYASUDA Network |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| flush-scope-plugin-0.1.4.pom | |
| flush-scope-plugin-0.1.4.jar | 22 KB |
| flush-scope-plugin-0.1.4-sources.jar | 15 KB |
| flush-scope-plugin-0.1.4-javadoc.jar | 156 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.yasudanetwork.struts2/flush-scope-plugin/ -->
<dependency>
<groupId>com.yasudanetwork.struts2</groupId>
<artifactId>flush-scope-plugin</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.yasudanetwork.struts2/flush-scope-plugin/
implementation 'com.yasudanetwork.struts2:flush-scope-plugin:0.1.4'
// https://jarcasting.com/artifacts/com.yasudanetwork.struts2/flush-scope-plugin/
implementation ("com.yasudanetwork.struts2:flush-scope-plugin:0.1.4")
'com.yasudanetwork.struts2:flush-scope-plugin:jar:0.1.4'
<dependency org="com.yasudanetwork.struts2" name="flush-scope-plugin" rev="0.1.4">
<artifact name="flush-scope-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yasudanetwork.struts2', module='flush-scope-plugin', version='0.1.4')
)
libraryDependencies += "com.yasudanetwork.struts2" % "flush-scope-plugin" % "0.1.4"
[com.yasudanetwork.struts2/flush-scope-plugin "0.1.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.struts : struts2-core | jar | 2.1.8.1 |
| commons-beanutils : commons-beanutils | jar | 1.8.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |