s

struts2-core

Files download
File Operation
struts2-core-2.0.5.jar download
struts2-core-2.0.5.pom download
Apache Maven
<dependency>
  <groupId>org.apache.struts</groupId>
  <artifactId>struts2-core</artifactId>
  <version>2.0.5</version>
</dependency>
Gradle Groovy
implementation 'org.apache.struts:struts2-core:2.0.5'
Gradle Kotlin
implementation("org.apache.struts:struts2-core:2.0.5")
Scala SBT
libraryDependencies += "org.apache.struts" % "struts2-core" % "2.0.5"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.struts', module='struts2-core', version='2.0.5')
)
Apache Ivy
<dependency org="org.apache.struts" name="struts2-core" rev="2.0.5" />
Leiningen
[org.apache.struts/struts2-core "2.0.5"]
Apache Buildr
'org.apache.struts:struts2-core:jar:2.0.5'