<dependency>
<groupId>io.helidon.common.features</groupId>
<artifactId>helidon-common-features-api</artifactId>
<version>4.0.8</version>
</dependency>
libraryDependencies += "io.helidon.common.features" % "helidon-common-features-api" % "4.0.8"
@Grapes(
@Grab(group='io.helidon.common.features', module='helidon-common-features-api', version='4.0.8')
)
<dependency org="io.helidon.common.features" name="helidon-common-features-api" rev="4.0.8" />
<parent> <groupId>io.helidon.common.features</groupId> <artifactId>helidon-common-features-project</artifactId> <version>4.0.8</version> </parent>