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