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