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