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