MVN

struts : struts-template

Maven & Gradle

Nov 22, 2005
<dependency>
    <groupId>struts</groupId>
    <artifactId>struts-template</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of struts : struts-template to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1
  • Latest Release Candidate: 1.1-rc2

All Versions

Choose a version of struts : struts-template to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
struts-template-1.1
struts-template-1.1-rc2
struts-template-1.1-rc1

How to add a dependency to Maven

Add the following struts : struts-template maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>struts</groupId>
    <artifactId>struts-template</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following struts : struts-template gradle dependency to your build.gradle file:

implementation 'struts:struts-template:1.1'

Gradle Kotlin DSL: Add the following struts : struts-template gradle kotlin dependency to your build.gradle.kts file:

implementation("struts:struts-template:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following struts : struts-template sbt scala dependency to your build.sbt file:

libraryDependencies += "struts" % "struts-template" % "1.1"

Advertisement