Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.tencent.polaris |
ArtifactId | ArtifactIdpolaris-discovery-client |
Version | Version1.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.tencent.polaris/polaris-discovery-client/ -->
<dependency>
<groupId>com.tencent.polaris</groupId>
<artifactId>polaris-discovery-client</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.polaris/polaris-discovery-client/
implementation 'com.tencent.polaris:polaris-discovery-client:1.5.0'
// https://jarcasting.com/artifacts/com.tencent.polaris/polaris-discovery-client/
implementation ("com.tencent.polaris:polaris-discovery-client:1.5.0")
'com.tencent.polaris:polaris-discovery-client:jar:1.5.0'
<dependency org="com.tencent.polaris" name="polaris-discovery-client" rev="1.5.0">
<artifact name="polaris-discovery-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.polaris', module='polaris-discovery-client', version='1.5.0')
)
libraryDependencies += "com.tencent.polaris" % "polaris-discovery-client" % "1.5.0"
[com.tencent.polaris/polaris-discovery-client "1.5.0"]