is not current version
Last Version 2.4.3

struts-menu:struts-menu 2.3

This application allows creation of many different menu systems from an XML file or dynamically from a database.

GroupId

GroupId

struts-menu
ArtifactId

ArtifactId

struts-menu
Version

Version

2.3
Type

Type

jar

Download struts-menu 2.3


<!-- https://jarcasting.com/artifacts/struts-menu/struts-menu/ -->
<dependency>
    <groupId>struts-menu</groupId>
    <artifactId>struts-menu</artifactId>
    <version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/struts-menu/struts-menu/
implementation 'struts-menu:struts-menu:2.3'
// https://jarcasting.com/artifacts/struts-menu/struts-menu/
implementation ("struts-menu:struts-menu:2.3")
'struts-menu:struts-menu:jar:2.3'
<dependency org="struts-menu" name="struts-menu" rev="2.3">
  <artifact name="struts-menu" type="jar" />
</dependency>
@Grapes(
@Grab(group='struts-menu', module='struts-menu', version='2.3')
)
libraryDependencies += "struts-menu" % "struts-menu" % "2.3"
[struts-menu "2.3"]