文件名 | 操作 |
---|---|
helidon-microprofile-health-project-0.10.2.pom | 下载 |
<dependency>
<groupId>io.helidon.microprofile.health</groupId>
<artifactId>helidon-microprofile-health-project</artifactId>
<version>0.10.2</version>
<type>pom</type>
</dependency>
implementation 'io.helidon.microprofile.health:helidon-microprofile-health-project:0.10.2'
implementation("io.helidon.microprofile.health:helidon-microprofile-health-project:0.10.2")
libraryDependencies += "io.helidon.microprofile.health" % "helidon-microprofile-health-project" % "0.10.2"
@Grapes(
@Grab(group='io.helidon.microprofile.health', module='helidon-microprofile-health-project', version='0.10.2')
)
<dependency org="io.helidon.microprofile.health" name="helidon-microprofile-health-project" rev="0.10.2" />