m

microprofile-health-spec

文件下载
文件名 操作
microprofile-health-spec-2.0.1.pom 下载
Apache Maven
<dependency>
  <groupId>org.eclipse.microprofile.health.specs</groupId>
  <artifactId>microprofile-health-spec</artifactId>
  <version>2.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.microprofile.health.specs:microprofile-health-spec:2.0.1'
Gradle Kotlin
implementation("org.eclipse.microprofile.health.specs:microprofile-health-spec:2.0.1")
Scala SBT
libraryDependencies += "org.eclipse.microprofile.health.specs" % "microprofile-health-spec" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.microprofile.health.specs', module='microprofile-health-spec', version='2.0.1')
)
Apache Ivy
<dependency org="org.eclipse.microprofile.health.specs" name="microprofile-health-spec" rev="2.0.1" />
Leiningen
[org.eclipse.microprofile.health.specs/microprofile-health-spec "2.0.1"]
Apache Buildr
'org.eclipse.microprofile.health.specs:microprofile-health-spec:jar:2.0.1'