文件名 | 操作 |
---|---|
microprofile-health-parent-3.1-RC3.pom | 下载 |
<dependency>
<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-parent</artifactId>
<version>3.1-RC3</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.eclipse.microprofile.health" % "microprofile-health-parent" % "3.1-RC3"
@Grapes(
@Grab(group='org.eclipse.microprofile.health', module='microprofile-health-parent', version='3.1-RC3')
)
<dependency org="org.eclipse.microprofile.health" name="microprofile-health-parent" rev="3.1-RC3" />