File | Operation |
---|---|
polaris-plugins-healthchecker-2.0.0.0.pom | download |
<dependency>
<groupId>com.tencent.polaris</groupId>
<artifactId>polaris-plugins-healthchecker</artifactId>
<version>2.0.0.0</version>
<type>pom</type>
</dependency>
libraryDependencies += "com.tencent.polaris" % "polaris-plugins-healthchecker" % "2.0.0.0"
@Grapes(
@Grab(group='com.tencent.polaris', module='polaris-plugins-healthchecker', version='2.0.0.0')
)
<dependency org="com.tencent.polaris" name="polaris-plugins-healthchecker" rev="2.0.0.0" />
<parent> <groupId>com.tencent.polaris</groupId> <artifactId>polaris-plugins</artifactId> <version>2.0.0.0</version> </parent>
compile
|-- com.tencent.polaris:polaris-model
|-- com.tencent.polaris:polaris-plugin-api
|-- com.tencent.polaris:polaris-config
test