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