GroupId | GroupIdcom.tencent.polaris |
---|---|
ArtifactId | ArtifactIdhealthchecker-http |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
healthchecker-http-1.5.0.pom | |
healthchecker-http-1.5.0.jar | 4 KB |
healthchecker-http-1.5.0-sources.jar | 4 KB |
healthchecker-http-1.5.0-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.polaris/healthchecker-http/ -->
<dependency>
<groupId>com.tencent.polaris</groupId>
<artifactId>healthchecker-http</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.polaris/healthchecker-http/
implementation 'com.tencent.polaris:healthchecker-http:1.5.0'
// https://jarcasting.com/artifacts/com.tencent.polaris/healthchecker-http/
implementation ("com.tencent.polaris:healthchecker-http:1.5.0")
'com.tencent.polaris:healthchecker-http:jar:1.5.0'
<dependency org="com.tencent.polaris" name="healthchecker-http" rev="1.5.0">
<artifact name="healthchecker-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.polaris', module='healthchecker-http', version='1.5.0')
)
libraryDependencies += "com.tencent.polaris" % "healthchecker-http" % "1.5.0"
[com.tencent.polaris/healthchecker-http "1.5.0"]