<dependency>
<groupId>com.jgeppert.struts2.jquery</groupId>
<artifactId>struts2-jquery-tree-plugin</artifactId>
<version>5.0.2</version>
</dependency>
libraryDependencies += "com.jgeppert.struts2.jquery" % "struts2-jquery-tree-plugin" % "5.0.2"
@Grapes(
@Grab(group='com.jgeppert.struts2.jquery', module='struts2-jquery-tree-plugin', version='5.0.2')
)
<dependency org="com.jgeppert.struts2.jquery" name="struts2-jquery-tree-plugin" rev="5.0.2" />
<parent> <groupId>com.jgeppert.struts2.jquery</groupId> <artifactId>struts2-jquery</artifactId> <version>5.0.2</version> </parent>
compile
|-- com.jgeppert.struts2.jquery:struts2-jquery-plugin
|-- taglibs:standard
|-- org.apache.struts:struts-annotations
|-- org.apache.struts:struts2-core
|-- org.apache.struts:struts2-velocity-plugin
|-- commons-beanutils:commons-beanutils