文件下载
文件名 操作
struts-el-1.5.0-RC2.jar 下载
struts-el-1.5.0-RC2.pom 下载
struts-el-1.5.0-RC2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.weblegacy</groupId>
  <artifactId>struts-el</artifactId>
  <version>1.5.0-RC2</version>
</dependency>
Gradle Groovy
implementation 'io.github.weblegacy:struts-el:1.5.0-RC2'
Gradle Kotlin
implementation("io.github.weblegacy:struts-el:1.5.0-RC2")
Scala SBT
libraryDependencies += "io.github.weblegacy" % "struts-el" % "1.5.0-RC2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.weblegacy', module='struts-el', version='1.5.0-RC2')
)
Apache Ivy
<dependency org="io.github.weblegacy" name="struts-el" rev="1.5.0-RC2" />
Leiningen
[io.github.weblegacy/struts-el "1.5.0-RC2"]
Apache Buildr
'io.github.weblegacy:struts-el:jar:1.5.0-RC2'