MVN

com.gruuf : struts2-gae-plugin

Maven & Gradle

Dec 11, 2017

Apache Struts 2 Google AppEngine plugin · Supports running Apache Struts 2 based application on Google AppEngine

<dependency>
    <groupId>com.gruuf</groupId>
    <artifactId>struts2-gae-plugin</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gruuf : struts2-gae-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of com.gruuf : struts2-gae-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
struts2-gae-plugin-1.2
1.1
struts2-gae-plugin-1.1
1.0
struts2-gae-plugin-1.0

How to add a dependency to Maven

Add the following com.gruuf : struts2-gae-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gruuf</groupId>
    <artifactId>struts2-gae-plugin</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gruuf : struts2-gae-plugin gradle dependency to your build.gradle file:

implementation 'com.gruuf:struts2-gae-plugin:1.2'

Gradle Kotlin DSL: Add the following com.gruuf : struts2-gae-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gruuf:struts2-gae-plugin:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gruuf : struts2-gae-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gruuf" % "struts2-gae-plugin" % "1.2"