<dependency> <groupId>io.github.weblegacy</groupId> <artifactId>struts-el</artifactId> <version>1.4.0</version> </dependency>
implementation 'io.github.weblegacy:struts-el:1.4.0'
implementation("io.github.weblegacy:struts-el:1.4.0")
libraryDependencies += "io.github.weblegacy" % "struts-el" % "1.4.0"
@Grapes( @Grab(group='io.github.weblegacy', module='struts-el', version='1.4.0') )
<dependency org="io.github.weblegacy" name="struts-el" rev="1.4.0" />
[io.github.weblegacy/struts-el "1.4.0"]
'io.github.weblegacy:struts-el:jar:1.4.0'
<parent> <groupId>io.github.weblegacy</groupId> <artifactId>struts-parent</artifactId> <version>1.4.0</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