Categories |
CategoriesHelidon Container Microservices |
---|---|
GroupId | GroupIdio.helidon.common |
ArtifactId | ArtifactIdhelidon-common-project |
Version | Version1.0.3 |
Type | Typepom |
Filename | Size |
---|---|
helidon-common-project-1.0.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.helidon.common/helidon-common-project/ -->
<dependency>
<groupId>io.helidon.common</groupId>
<artifactId>helidon-common-project</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.common/helidon-common-project/
implementation 'io.helidon.common:helidon-common-project:1.0.3'
// https://jarcasting.com/artifacts/io.helidon.common/helidon-common-project/
implementation ("io.helidon.common:helidon-common-project:1.0.3")
'io.helidon.common:helidon-common-project:pom:1.0.3'
<dependency org="io.helidon.common" name="helidon-common-project" rev="1.0.3">
<artifact name="helidon-common-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.helidon.common', module='helidon-common-project', version='1.0.3')
)
libraryDependencies += "io.helidon.common" % "helidon-common-project" % "1.0.3"
[io.helidon.common/helidon-common-project "1.0.3"]