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