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