MVN

struts : struts-html

Maven & Gradle

Dec 23, 2005
<dependency>
    <groupId>struts</groupId>
    <artifactId>struts-html</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2.2
  • Latest Release Candidate: 1.1-rc1

All Versions

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

Version Vulnerabilities Updated
1.2.x
struts-html-1.2.8
struts-html-1.2.7
struts-html-1.2.4
struts-html-1.2.2
1.1
struts-html-1.1
struts-html-1.1-rc1
struts-html-1.1-rc2

How to add a dependency to Maven

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

<dependency>
    <groupId>struts</groupId>
    <artifactId>struts-html</artifactId>
    <version>1.2.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'struts:struts-html:1.2.2'

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

implementation("struts:struts-html:1.2.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "struts" % "struts-html" % "1.2.2"

Advertisement

Dependencies from Group

Mar 23, 2006
119 usages
Mar 23, 2006
17 usages
Sep 20, 2005
1 usages
Dec 23, 2005
Dec 23, 2005

Discover Dependencies

Oct 17, 2013
1 usages
109 stars
Apr 27, 2013
4 usages
386 stars
Nov 08, 2005
2 usages
Nov 15, 2013
2 usages
Feb 02, 2017
19 usages
Aug 28, 2013
1 usages
111 stars