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