File | Operation |
---|---|
struts2-parent-2.2.1.1.pom | download |
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-parent</artifactId>
<version>2.2.1.1</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts2-parent', version='2.2.1.1')
)
<parent> <groupId>org.apache.struts</groupId> <artifactId>struts-master</artifactId> <version>8</version> </parent>