s

struts2-gae-plugin

Supports running Apache Struts 2 based application on Google AppEngine
http://gruuf.com
The Apache Software License, Version 2.0
Files download
File Operation
struts2-gae-plugin-1.1.jar download
struts2-gae-plugin-1.1.pom download
struts2-gae-plugin-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.gruuf</groupId>
  <artifactId>struts2-gae-plugin</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'com.gruuf:struts2-gae-plugin:1.1'
Gradle Kotlin
implementation("com.gruuf:struts2-gae-plugin:1.1")
Scala SBT
libraryDependencies += "com.gruuf" % "struts2-gae-plugin" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.gruuf', module='struts2-gae-plugin', version='1.1')
)
Apache Ivy
<dependency org="com.gruuf" name="struts2-gae-plugin" rev="1.1" />
Leiningen
[com.gruuf/struts2-gae-plugin "1.1"]
Apache Buildr
'com.gruuf:struts2-gae-plugin:jar:1.1'