License |
License |
---|---|
Categories |
CategoriesAWS Container PaaS Providers AWS Lambda |
GroupId | GroupIdcom.jgeppert.struts2 |
ArtifactId | ArtifactIdstruts2-aws-lambda-support-example |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStruts2 AWS Lambda Support Plugin Example Showcase
An showcase example how to build AWS Lambdas based on Struts2 an application.
|
<!-- https://jarcasting.com/artifacts/com.jgeppert.struts2/struts2-aws-lambda-support-example/ -->
<dependency>
<groupId>com.jgeppert.struts2</groupId>
<artifactId>struts2-aws-lambda-support-example</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jgeppert.struts2/struts2-aws-lambda-support-example/
implementation 'com.jgeppert.struts2:struts2-aws-lambda-support-example:1.3.0'
// https://jarcasting.com/artifacts/com.jgeppert.struts2/struts2-aws-lambda-support-example/
implementation ("com.jgeppert.struts2:struts2-aws-lambda-support-example:1.3.0")
'com.jgeppert.struts2:struts2-aws-lambda-support-example:jar:1.3.0'
<dependency org="com.jgeppert.struts2" name="struts2-aws-lambda-support-example" rev="1.3.0">
<artifact name="struts2-aws-lambda-support-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jgeppert.struts2', module='struts2-aws-lambda-support-example', version='1.3.0')
)
libraryDependencies += "com.jgeppert.struts2" % "struts2-aws-lambda-support-example" % "1.3.0"
[com.jgeppert.struts2/struts2-aws-lambda-support-example "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.jgeppert.struts2 : struts2-aws-lambda-support-plugin | jar | 1.3.0 |
org.hibernate : hibernate-validator | jar | 5.3.5.Final |
com.fasterxml.jackson.core : jackson-core | jar | 2.12.0 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.12.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.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 |
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 |