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