Files download
File Operation
struts2-parent-6.2.0.pom download
Apache Maven
<dependency>
  <groupId>io.github.hugomario</groupId>
  <artifactId>struts2-parent</artifactId>
  <version>6.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.hugomario:struts2-parent:6.2.0'
Gradle Kotlin
implementation("io.github.hugomario:struts2-parent:6.2.0")
Scala SBT
libraryDependencies += "io.github.hugomario" % "struts2-parent" % "6.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.hugomario', module='struts2-parent', version='6.2.0')
)
Apache Ivy
<dependency org="io.github.hugomario" name="struts2-parent" rev="6.2.0" />
Leiningen
[io.github.hugomario/struts2-parent "6.2.0"]
Apache Buildr
'io.github.hugomario:struts2-parent:jar:6.2.0'
Dependencies
The project has no third-party dependencies