<dependency> <groupId>io.github.weblegacy</groupId> <artifactId>struts-el</artifactId> <version>1.5.0-RC2</version> </dependency>
implementation 'io.github.weblegacy:struts-el:1.5.0-RC2'
implementation("io.github.weblegacy:struts-el:1.5.0-RC2")
libraryDependencies += "io.github.weblegacy" % "struts-el" % "1.5.0-RC2"
@Grapes( @Grab(group='io.github.weblegacy', module='struts-el', version='1.5.0-RC2') )
<dependency org="io.github.weblegacy" name="struts-el" rev="1.5.0-RC2" />
[io.github.weblegacy/struts-el "1.5.0-RC2"]
'io.github.weblegacy:struts-el:jar:1.5.0-RC2'
<parent> <groupId>io.github.weblegacy</groupId> <artifactId>struts-parent</artifactId> <version>1.5.0-RC2</version> </parent>
compile
|-- io.github.weblegacy:struts-core
|-- io.github.weblegacy:struts-taglib
|-- io.github.weblegacy:struts-tiles
|-- jakarta.servlet:jakarta.servlet-api
|-- jakarta.servlet.jsp:jakarta.servlet.jsp-api