h

hc-migration-better-deployment-handling-package

Ensures 503 response codes during deployment
文件下载
文件名 操作
hc-migration-better-deployment-handling-package-1.0.0.pom 下载
hc-migration-better-deployment-handling-package-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>biz.netcentric.aem.ops.healthchecks.migration</groupId>
  <artifactId>hc-migration-better-deployment-handling-package</artifactId>
  <version>1.0.0</version>
  <type>content-package</type>
</dependency>
Gradle Groovy
implementation 'biz.netcentric.aem.ops.healthchecks.migration:hc-migration-better-deployment-handling-package:1.0.0'
Gradle Kotlin
implementation("biz.netcentric.aem.ops.healthchecks.migration:hc-migration-better-deployment-handling-package:1.0.0")
Scala SBT
libraryDependencies += "biz.netcentric.aem.ops.healthchecks.migration" % "hc-migration-better-deployment-handling-package" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='biz.netcentric.aem.ops.healthchecks.migration', module='hc-migration-better-deployment-handling-package', version='1.0.0')
)
Apache Ivy
<dependency org="biz.netcentric.aem.ops.healthchecks.migration" name="hc-migration-better-deployment-handling-package" rev="1.0.0" />
Leiningen
[biz.netcentric.aem.ops.healthchecks.migration/hc-migration-better-deployment-handling-package "1.0.0"]
Apache Buildr
'biz.netcentric.aem.ops.healthchecks.migration:hc-migration-better-deployment-handling-package:jar:1.0.0'