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