File | Operation |
---|---|
helidon-common-features-project-4.0.3.pom | download |
<dependency>
<groupId>io.helidon.common.features</groupId>
<artifactId>helidon-common-features-project</artifactId>
<version>4.0.3</version>
<type>pom</type>
</dependency>
libraryDependencies += "io.helidon.common.features" % "helidon-common-features-project" % "4.0.3"
@Grapes(
@Grab(group='io.helidon.common.features', module='helidon-common-features-project', version='4.0.3')
)
<dependency org="io.helidon.common.features" name="helidon-common-features-project" rev="4.0.3" />
<parent> <groupId>io.helidon.common</groupId> <artifactId>helidon-common-project</artifactId> <version>4.0.3</version> </parent>