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