Dependency Information
Apache Maven
<dependency> <groupId>io.github.weblegacy</groupId> <artifactId>struts-el-example</artifactId> <version>1.5.0-RC2</version> <type>war</type> </dependency>
Apache Ivy
<dependency org="io.github.weblegacy" name="struts-el-example" rev="1.5.0-RC2"> <artifact name="struts-el-example" type="war" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='io.github.weblegacy', module='struts-el-example', version='1.5.0-RC2') )
Gradle/Grails
implementation 'io.github.weblegacy:struts-el-example:1.5.0-RC2'
Scala SBT
libraryDependencies += "io.github.weblegacy" % "struts-el-example" % "1.5.0-RC2"
Leiningen
[io.github.weblegacy/struts-el-example "1.5.0-RC2"]