Struts2 Cloud Support Plugin
This plugin allows you to write AWS Lambda function with REST based Apache Struts 2 applications.
| License |
License |
|---|---|
| GroupId | GroupIdcom.jgeppert.struts2 |
| ArtifactId | ArtifactIdstruts2-cloud-support |
| Last Version | Last Version1.3.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionStruts2 and Cloud Integration
Support Module for Struts2 and Cloud Integration
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| struts2-cloud-support-1.3.0.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jgeppert.struts2/struts2-cloud-support/ -->
<dependency>
<groupId>com.jgeppert.struts2</groupId>
<artifactId>struts2-cloud-support</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jgeppert.struts2/struts2-cloud-support/
implementation 'com.jgeppert.struts2:struts2-cloud-support:1.3.0'
// https://jarcasting.com/artifacts/com.jgeppert.struts2/struts2-cloud-support/
implementation ("com.jgeppert.struts2:struts2-cloud-support:1.3.0")
'com.jgeppert.struts2:struts2-cloud-support:pom:1.3.0'
<dependency org="com.jgeppert.struts2" name="struts2-cloud-support" rev="1.3.0">
<artifact name="struts2-cloud-support" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jgeppert.struts2', module='struts2-cloud-support', version='1.3.0')
)
libraryDependencies += "com.jgeppert.struts2" % "struts2-cloud-support" % "1.3.0"
[com.jgeppert.struts2/struts2-cloud-support "1.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.struts : struts2-convention-plugin | jar | 2.5.26 |
| org.apache.struts : struts2-rest-plugin | jar | 2.5.26 |
| org.apache.struts : struts2-bean-validation-plugin | jar | 2.5.26 |
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| javax.servlet : jsp-api | jar | 2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.struts : struts2-junit-plugin | jar | 2.5.26 |
| junit : junit | jar | 4.13.1 |
This plugin allows you to write AWS Lambda function with REST based Apache Struts 2 applications.