File | Operation |
---|---|
persistence-3.1-b21.pom | download |
<dependency>
<groupId>org.glassfish.persistence</groupId>
<artifactId>persistence</artifactId>
<version>3.1-b21</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.glassfish.persistence', module='persistence', version='3.1-b21')
)
<parent> <groupId>org.glassfish</groupId> <artifactId>glassfish-parent</artifactId> <version>3.1-b21</version> </parent>