File | Operation |
---|---|
modules-2.1.pom | download |
<dependency>
<groupId>org.apache.geronimo.framework</groupId>
<artifactId>modules</artifactId>
<version>2.1</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.framework', module='modules', version='2.1')
)
<parent> <groupId>org.apache.geronimo.framework</groupId> <artifactId>framework</artifactId> <version>2.1</version> </parent>