File | Operation |
---|---|
microprofile-tck-bom-2.11.pom | download |
<dependency>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile-tck-bom</artifactId>
<version>2.11</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile', module='microprofile-tck-bom', version='2.11')
)
<parent> <groupId>org.eclipse.microprofile</groupId> <artifactId>microprofile-parent</artifactId> <version>2.11</version> </parent>