File | Operation |
---|---|
implementation-tester-1.0.0-RC1.pom | download |
<dependency>
<groupId>javax.cache</groupId>
<artifactId>implementation-tester</artifactId>
<version>1.0.0-RC1</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='javax.cache', module='implementation-tester', version='1.0.0-RC1')
)
<parent> <groupId>javax.cache</groupId> <artifactId>tck-parent</artifactId> <version>1.0.0-RC1</version> </parent>