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