Struts2 Cloud Support Plugin
This plugin allows you to write AWS Lambda function with REST based Apache Struts 2 applications.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAWS Контейнер PaaS Providers AWS Lambda |
| Группа | Группаcom.jgeppert.struts2 |
| Идентификатор | Идентификаторstruts2-aws-lambda-support-plugin |
| Последняя версия | Последняя версия1.3.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеStruts2 AWS Lambda Support Plugin
An Apache Struts Plugin to help building AWS Lambdas based on Struts2 applications.
|
<!-- https://jarcasting.com/artifacts/com.jgeppert.struts2/struts2-aws-lambda-support-plugin/ -->
<dependency>
<groupId>com.jgeppert.struts2</groupId>
<artifactId>struts2-aws-lambda-support-plugin</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jgeppert.struts2/struts2-aws-lambda-support-plugin/
implementation 'com.jgeppert.struts2:struts2-aws-lambda-support-plugin:1.3.0'
// https://jarcasting.com/artifacts/com.jgeppert.struts2/struts2-aws-lambda-support-plugin/
implementation ("com.jgeppert.struts2:struts2-aws-lambda-support-plugin:1.3.0")
'com.jgeppert.struts2:struts2-aws-lambda-support-plugin:jar:1.3.0'
<dependency org="com.jgeppert.struts2" name="struts2-aws-lambda-support-plugin" rev="1.3.0">
<artifact name="struts2-aws-lambda-support-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jgeppert.struts2', module='struts2-aws-lambda-support-plugin', version='1.3.0')
)
libraryDependencies += "com.jgeppert.struts2" % "struts2-aws-lambda-support-plugin" % "1.3.0"
[com.jgeppert.struts2/struts2-aws-lambda-support-plugin "1.3.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.amazonaws.serverless : aws-serverless-java-container-struts2 | jar | 1.5.2 |
| com.amazonaws : aws-lambda-java-core | jar | 1.2.1 |
| com.amazonaws : aws-lambda-java-log4j2 | jar | 1.2.0 |
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.12 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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.